mirror of https://github.com/cheat/cheat.git
Create head
This commit is contained in:
parent
2a9220bb6d
commit
e557c26377
|
@ -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 New Issue