此内容没有您所选择的语言版本。
2.7. shell:head, head
Abstract
displays the first lines of a file
Synopsis 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
shell:head
[
--help
] [
-n numLines
] {[
path
] | [
URL
]}
Arguments 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Table 2.7, “shell:head Arguments” describes the command's arguments.
Argument | Interpretation |
---|---|
--help | Displays the online help for this command. |
-n | Specifies the number of lines to display. Default is 1. |
path | The path(s) of the file to display, separated by whitespace (separated by - for STDIN) |
URL | Specifies the URL(s) to display, separated by whitespace (separated by - for STDIN) |