We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tail --pid doesn't work when reading from stdin
tail --pid
sleep 5 & tail --pid=$! -f /dev/null #works fine sleep 5 & tail --pid=$! -f </dev/null #closes immediately
The text was updated successfully, but these errors were encountered:
Added in logic in tail to be able to follow stdin when a PID is speci…
addf7b5
…fied to match GNU behavior and fix issue uutils#6543
85e4896
520e8b8
tail: fix issue #6543 (--pid when reading from stdin) (#6582)
2799b28
--------- Co-authored-by: just-an-engineer <Julian.Beltz@zetier.com> Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
Looks like this is working since #6582 was merged, should it be closed?
Sorry, something went wrong.
No branches or pull requests
tail --pid
doesn't work when reading from stdinThe text was updated successfully, but these errors were encountered: