Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-19 00:18:33 +00:00
parent a9720510d1
commit ee2fe18e61
8 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ source: https://github.com/tldr-pages/tldr.git
- Keep reading file until `<Ctrl c>`, even if the file is inaccessible:
`tail --retry {{[-f|--follow]}} {{path/to/file}}`
`tail {{[-F|--retry --follow]}} {{path/to/file}}`
- Show last 'num' lines in 'file' and refresh every 'n' seconds: