tldr/pages.zh/osx/head.md

12 lines
178 B
Markdown
Raw Normal View History

2019-02-26 03:13:38 +00:00
# head
2019-10-18 04:30:29 +01:00
> 输出文件的开头部分.
2019-02-26 03:13:38 +00:00
2019-10-19 07:12:27 +01:00
- 输出文件的前几行:
2019-02-26 03:13:38 +00:00
`head -n {{行数}} {{文件名}}`
2019-10-19 07:12:27 +01:00
- 输出文件的前几个字节:
2019-02-26 03:13:38 +00:00
`head -c {{字节数}} {{文件名}}`