mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 05:51:35 +01:00
correction
This commit is contained in:
parent
fda6125657
commit
0501f8cbfe
@ -2,7 +2,7 @@
|
||||
head 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
|
||||
head -b n file
|
||||
head -c b file
|
||||
|
Loading…
Reference in New Issue
Block a user