Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-08 00:21:51 +00:00
parent 22bb163ffa
commit 4bbaaf8836
16 changed files with 164 additions and 11 deletions

View File

@@ -17,9 +17,9 @@ source: https://github.com/tldr-pages/tldr.git
`tail {{path/to/file1 path/to/file2 ...}}`
- Show last `count` lines in file:
- Show last 5 lines in file:
`tail {{[-n|--lines]}} {{count}} {{path/to/file}}`
`tail {{[-5|--lines 5]}} {{path/to/file}}`
- Print a file from a specific line number: