head: remove page from osx (#9533)

pull/1/head
Andréia Bohner 2022-11-20 07:16:01 -03:00 committed by GitHub
parent e05c6828c5
commit 08bde170ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

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}}`