diff --git a/README.md b/README.md index 10826ef..592ecb9 100644 --- a/README.md +++ b/README.md @@ -1890,7 +1890,11 @@ w ```bash users ``` - +##### Stop tailing a file on program terminate +```bash +tail -f --pid= filename.txt +# replace PID with the process ID of the program. +``` ## Hardware [[back to top](#handy-bash-oneliner-commands)] @@ -1989,6 +1993,12 @@ tr '\n' ' '