mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-13 14:59:21 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user