tail: add -F option (#1647)

This commit is contained in:
Starbeamrainbowlabs
2017-11-24 18:45:07 +00:00
committed by GitHub

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