[Bug 282143] grep -v does nothing
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 282143] grep -v does nothing"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.