[Bug 203662] tail -F <file> misbehaves with stdin closed
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Feb 2023 18:40:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203662 Fernando ApesteguĂa <fernape@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |fernape@FreeBSD.org Status|New |Closed CC| |fernape@FreeBSD.org Resolution|--- |FIXED --- Comment #2 from Fernando ApesteguĂa <fernape@FreeBSD.org> --- Seems to work fine now: Terminal 1: $ sudo tail -F /tmp/foo <&- Password: foo bar Terminal 2 $ sudo echo foo >>/tmp/foo Password: $ sudo rm /tmp/foo $ sudo echo bar >>/tmp/foo Please reopen if I misunderstood the test case. -- You are receiving this mail because: You are the assignee for the bug.