mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 15:35:25 +02:00
commit
077a4e5a89
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
`tail -n {{num}} {{file}}`
|
||||
|
||||
- show all file since line 'num'
|
||||
|
||||
`tail -n +{{num}} {{file}}`
|
||||
|
||||
- show last 'num' bytes in file
|
||||
|
||||
`tail -c {{num}} {{file}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue