tail: add -F option (#1647)

coverage
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
1 changed files with 4 additions and 0 deletions

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}}`