1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 01:22:08 +02:00
tldr/pages/common/head.md
4G3NT a0f7d6a420
head, fold: update links (#10458)
* head, fold: update links

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-07-09 12:48:17 +05:30

171 B

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