mirror of
https://github.com/cheat/cheat.git
synced 2024-11-16 17:08:29 +01:00
correction
This commit is contained in:
parent
fda6125657
commit
0501f8cbfe
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue