[Bug 282143] grep -v does nothing

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 16 Oct 2024 17:00:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282143

Ed Maste <emaste@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emaste@freebsd.org

--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
grep -v is indeed implemented, try e.g.

$ jot 4 | grep -v 3
1
2
4

Please provide a self-contained example that demonstrates the issue you've
encountered.

-- 
You are receiving this mail because:
You are the assignee for the bug.