mirror of
https://github.com/cheat/cheat.git
synced 2025-06-01 12:50:46 +02:00
Merge branch 'patch-6' of https://github.com/maggick/cheat into maggick-patch-6
* 'patch-6' of https://github.com/maggick/cheat: correction minor spell corrections Create head
This commit is contained in:
commit
0d60d6b558
8
cheatsheets/head
Normal file
8
cheatsheets/head
Normal file
@ -0,0 +1,8 @@
|
||||
# To show the 10 first lines of file
|
||||
head file
|
||||
|
||||
# To show the n first lines of file
|
||||
head -n l file
|
||||
|
||||
# To show the n first bytes of file
|
||||
head -c b file
|
Loading…
x
Reference in New Issue
Block a user