tail.txt

来自「使用于OS/2下的小工具的C源程序,使用于OS/2下的小工具的C源程序」· 文本 代码 · 共 24 行

TXT
24
字号
                                              TAIL [DUAL MODE]
     
     NAME TAIL - Display the last lines from a file.
     
     
     SYNTAX
     
     tail [-count | - | /H | /?] file
     
     USAGE
     
     Tail displays  the last lines from a file. It can be used
     for example  to see  the last  messages from  a very  big
     logfile. The count parameter can be given to indicate how
     many lines to output. If count is omitted, it defaults to
     10. Tail 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 "-" on command line means the standard input.
     
     
     SEE ALSO
     head

⌨️ 快捷键说明

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