1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 05:42:09 +02:00

tail: add -F option (#1647)

This commit is contained in:
Starbeamrainbowlabs 2017-11-24 18:45:07 +00:00 committed by GitHub
commit 13045c5190
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,3 +17,7 @@
- Keep reading file until `Ctrl + C`:
`tail -f {{file}}`
- Keep reading file until `Ctrl + C`, even if the file is rotated:
`tail -F {{file}}`