mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 23:02:07 +02:00

* head, fold: update links --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
8 lines
171 B
Markdown
8 lines
171 B
Markdown
# head
|
|
|
|
> Output the first part of files.
|
|
> More information: <https://manned.org/head.1p>.
|
|
|
|
- Output the first few lines of a file:
|
|
|
|
`head -n {{count}} {{path/to/file}}`
|