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

* pages/*: update links and more info link script Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * cleanup: reformat code * ax-webapp: fix link * curl: fix false positive Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
12 lines
256 B
Markdown
12 lines
256 B
Markdown
# head
|
|
|
|
> 输出文件的开头部分。
|
|
> 更多信息:<https://keith.github.io/xcode-man-pages/head.1.html>.
|
|
|
|
- 输出文件的前几行:
|
|
|
|
`head -n {{行数}} {{文件名}}`
|
|
|
|
- 输出文件的前几个字节:
|
|
|
|
`head -c {{字节数}} {{文件名}}`
|