Files
tldr/pages.zh/osx/head.md
K.B.Dharun Krishna f1aa0a8fe5 Revert "pages/*: add standard translation and links (#11331)" (#11374)
This reverts commit 39642c3fed80aaed7212bca6b7cc4c345ed229ee.
2023-11-06 14:02:32 +05:30

13 lines
235 B
Markdown

# head
> 输出文件的开头部分。
> 更多信息:<https://ss64.com/osx/head.html>.
- 输出文件的前几行:
`head -n {{行数}} {{文件名}}`
- 输出文件的前几个字节:
`head -c {{字节数}} {{文件名}}`