mirror of
https://github.com/cheat/cheat.git
synced 2025-11-05 08:15:27 +01:00
Trivial changes to the head cheatsheet.
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
# To show the 10 first lines of file
|
# To show the first 10 lines of file
|
||||||
head file
|
head file
|
||||||
|
|
||||||
# To show the n first lines of file
|
# To show the first N lines of file
|
||||||
head -n l file
|
head -n N file
|
||||||
|
|
||||||
# To show the n first bytes of file
|
# To show the first N bytes of file
|
||||||
head -c b file
|
head -c N file
|
||||||
|
|||||||
Reference in New Issue
Block a user