wc.1
来自「unix v7是最后一个广泛发布的研究型UNIX版本」· 1 代码 · 共 24 行
1
24 行
.TH WC 1 .SH NAMEwc \- word count.SH SYNOPSIS.B wc[.B \-lwc][ name ... ].SH DESCRIPTION.I Wccounts lines, words and characters in the named files,or in the standard input if no name appears.A word is a maximal string of charactersdelimited by spaces, tabs or newlines..PPIf the optional argument is present,just the specified counts (lines, words or characters)are selected by the letters.BR l ,.BR w ,or.BR c .
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?