diff --git a/cheatsheets/head b/cheatsheets/head index 5380daa..3bf5a48 100644 --- a/cheatsheets/head +++ b/cheatsheets/head @@ -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