head: remove page from osx (#9533)

This commit is contained in:
Andréia Bohner
2022-11-20 07:16:01 -03:00
committed by GitHub
parent e05c6828c5
commit 08bde170ff

View File

@@ -1,12 +0,0 @@
# head
> Output the first part of files.
> More information: <https://ss64.com/osx/head.html>.
- Output the first few lines of a file:
`head -n {{count_of_lines}} {{filename}}`
- Output the first few bytes of a file:
`head -c {{number_in_bytes}} {{filename}}`