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