名称
head - 输出文件的起始部分
概述
head [选项]... [文件]...
描述
在标准输出上显示每个文件的起始10行。如果多于一个文件,则依次显示,并且在每个文件显示的首部给出文件名。如果没有指定文件,或者文件为 '-' ,则由标准输入读取。
必选参数对长短选项同时适用。
- -c, --bytes=[-]K
- 显示每个文件的前 K 个字节;以 '-' 起始,则显示每个文件中不包含最后 K 个字节的全部内容
- -n, --lines=[-]K
- 显示前 K 行而不是前10行;以 '-' 起始,则显示每个文件中不包含最后 K 行的全部内容
- -q, --quiet, --silent
- 不显示给出文件名的首部
- -v, --verbose
- 显示给出文件名的首部
- --help
- 显示此帮助信息并退出
- --version
- 显示版本信息并退出
K 可以带倍数后缀:b 512, kB 1000, K 1024, MB 1000*1000, M 1024*1024, GB 1000*1000*1000, G 1024*1024*1024, 对于 T, P, E, Z, Y 同样适用。
作者
由 David MacKenzie 和 Jim Meyering 编写。
报告错误
GNU coreutils 的在线帮助: <http://www.gnu.org/software/coreutils/>
请向 <http://translationproject.org/team/zh_CN.html> 报告 head 的翻译错误。
请向 <http://translationproject.org/team/zh_CN.html> 报告 head 的翻译错误。
版权
Copyright © 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL
version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.