Date: Fri, 01 Dec 2023 03:18:35 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 275465] "tail -F/f foo" doesn't show the file content when foo is truncated Message-ID: <bug-275465-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275465 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: bugs@FreeBSD.org Reporter: chris.chen3@dell.com // 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 --=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-275465-227>