https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275465
Bug ID: 275465
Summary: "tail -F/f foo" doesn't show the file content when foo
is truncated
Product: Base System
Version: 13.2-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
// create a new file foo
$ touch foo
$ tail -F foo
// in another terminal
$ echo 123 > foo
$ echo 456 > foo
$ echo 789 > foo
Getting only 123 displayed, and correctly showing 123 456 789 lines on other
OSes, and freebsd 12-ish
--
You are receiving this mail because:
You are the assignee for the bug.