correction

This commit is contained in:
Matthieu Keller 2013-09-15 17:34:15 +02:00
parent fda6125657
commit 0501f8cbfe
1 changed files with 2 additions and 2 deletions

View File

@ -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