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:
parent
e05c6828c5
commit
08bde170ff
1 changed files with 0 additions and 12 deletions
|
@ -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}}`
|
Loading…
Add table
Reference in a new issue