1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-27 18:37:06 +02:00

minor spell corrections

This commit is contained in:
Matthieu Keller 2013-09-02 16:09:38 +02:00
parent e557c26377
commit fda6125657

@ -1,7 +1,7 @@
# To show the 10 first line of file
# To show the 10 first lines of file
head file
# To show the n first line of file
# To show the n first lines of file
head -l n file
# To show the n first bytes of file