Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2024 17:00:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 282143] grep -v does nothing
Message-ID:  <bug-282143-227-e0piWsQyzP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-282143-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-282143-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282143

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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282143-227-e0piWsQyzP>