tail: add -F option (#1647)
This commit is contained in:
@@ -17,3 +17,7 @@
|
|||||||
- Keep reading file until `Ctrl + C`:
|
- Keep reading file until `Ctrl + C`:
|
||||||
|
|
||||||
`tail -f {{file}}`
|
`tail -f {{file}}`
|
||||||
|
|
||||||
|
- Keep reading file until `Ctrl + C`, even if the file is rotated:
|
||||||
|
|
||||||
|
`tail -F {{file}}`
|
||||||
|
Reference in New Issue
Block a user