mirror of
https://github.com/cheat/cheat.git
synced 2025-09-03 02:28:29 +02:00
correction
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
head file
|
head file
|
||||||
|
|
||||||
# To show the n first lines of file
|
# To show the n first lines of file
|
||||||
head -l n file
|
head -n l file
|
||||||
|
|
||||||
# To show the n first bytes of file
|
# To show the n first bytes of file
|
||||||
head -b n file
|
head -c b file
|
||||||
|
Reference in New Issue
Block a user