tldr/pages/common/head.md

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