wc.1
来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 31 行
1
31 行
.TH WC 1.SH NAMEwc \- count characters, words, and lines in a file.SH SYNOPSIS\fBwc\fR [\fB\-clw\fR] \fIfile\fR ...\fR.br.de FL.TP\\fB\\$1\\fR\\$2...de EX.TP 20\\fB\\$1\\fR# \\$2...SH OPTIONS.FL "\-c" "Print character count".FL "\-l" "Print line count".FL "\-w" "Print word count".SH EXAMPLES.EX "wc file1 file2" "Print all three counts for both files".EX "wc \-l file" "Print line count only".SH DESCRIPTION.PP.I Wcreads each argument and computes the number of characters, words and linesit contains.A word is delimited by white space (space, tab, or line feed).If no flags are present, all three counts are printed.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?