1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:22:09 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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