Update cheatsheets

This commit is contained in:
ivuorinen
2025-09-30 00:19:36 +00:00
parent 883e910225
commit 4cdd94d474
8 changed files with 140 additions and 8 deletions

View File

@@ -29,6 +29,6 @@ source: https://github.com/tldr-pages/tldr.git
`tail {{[-F|--retry --follow]}} {{path/to/file}}`
- Show last 'num' lines in 'file' and refresh every 'n' seconds:
- Show last 'count' lines in 'file' and refresh every 'seconds' seconds:
`tail {{[-n|--lines]}} {{count}} {{[-s|--sleep-interval]}} {{seconds}} {{[-f|--follow]}} {{path/to/file}}`