Opened 19 months ago
Last modified 19 months ago
#18403 new bug
tail -f with grep not working correctly
Reported by: | jackburton | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | System/Kernel | Version: | R1/beta4 |
Keywords: | hrev56578+81 | Cc: | |
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
Since some time, doing a
tail -f | grep something
doesn't work correctly.
Example:
tail -f /var/log/syslog
correctly goes in "follow" mode, instead
tail -f /var/log/syslog | grep KERN
exits the stream
Note:
See TracTickets
for help on using tickets.
WIP patch https://review.haiku-os.org/c/haiku/+/6417