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:
commit
13045c5190
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue