mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 21:58:47 +00:00
Update cheatsheets
This commit is contained in:
@@ -29,6 +29,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`tail -F {{path/to/file}}`
|
||||
|
||||
- Show last 'count' lines in 'file' and refresh every 'seconds' seconds:
|
||||
- Show last `count` lines in a file and refresh every `seconds` seconds:
|
||||
|
||||
`tail -n {{8}} -s {{10}} -f {{path/to/file}}`
|
||||
`tail -n {{count}} -s {{seconds}} -f {{path/to/file}}`
|
||||
|
||||
Reference in New Issue
Block a user