Date: Wed, 16 Oct 2024 18:46:01 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 282143] grep -v does nothing Message-ID: <bug-282143-227-afAdtxxbrm@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 Maxim Konovalov <maxim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |maxim@FreeBSD.org --- Comment #2 from Maxim Konovalov <maxim@FreeBSD.org> --- Hi Daniel, Does this work? tail -F /var/log/maillog | stdbuf -o 0 grep manylines | grep -v without_this_pattern --=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-afAdtxxbrm>