mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 14:14:17 +02:00
add a comma
This commit is contained in:
parent
5174bb40f6
commit
29612adca2
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@
|
||||||
|
|
||||||
`tail -f {{file}}`
|
`tail -f {{file}}`
|
||||||
|
|
||||||
- Keep reading file until `Ctrl + C` even if the file is rotated:
|
- Keep reading file until `Ctrl + C`, even if the file is rotated:
|
||||||
|
|
||||||
`tail -F {{file}}`
|
`tail -F {{file}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue