mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 21:52:12 +01:00
Create head
This commit is contained in:
parent
2a9220bb6d
commit
e557c26377
1 changed files with 8 additions and 0 deletions
8
cheatsheets/head
Normal file
8
cheatsheets/head
Normal file
|
@ -0,0 +1,8 @@
|
|||
# To show the 10 first line of file
|
||||
head file
|
||||
|
||||
# To show the n first line of file
|
||||
head -l n file
|
||||
|
||||
# To show the n first bytes of file
|
||||
head -b n file
|
Loading…
Reference in a new issue