tldr/pages.zh/osx/head.md

12 lines
178 B
Markdown

# head
> 输出文件的开头部分.
- 输出文件的前几行:
`head -n {{行数}} {{文件名}}`
- 输出文件的前几个字节:
`head -c {{字节数}} {{文件名}}`