head.txt

来自「At can be given its arguments in a file.」· 文本 代码 · 共 24 行

TXT
24
字号
                                              HEAD [DUAL MODE]
     
     NAME HEAD  - Displays  the first  beginning lines  from a
     file.
     
     
     SYNTAX
     
     head [-count | - | /H | /?] file(s)
     
     USAGE
     
     Head is  used to display the very first lines from a text
     file. The  -count argument  specifies how  many lines are
     displayed.  If   it  is   omitted,  10  first  lines  are
     displayed. Head  dispays only as many character from each
     line as  there are  colums in  the  current  video  mode.
     Normally this is 80. The rest of the line is omitted. The
     special character  "-" means that the lines are read from
     the standard input.
     
     SEE ALSO
     tail, pg

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?