[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 18:46:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282143 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 -- You are receiving this mail because: You are the assignee for the bug.