wc.1
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1 代码 · 共 36 行
1
36 行
.\" SCCSID: @(#)wc.1 8.1 9/11/90.TH wc 1 .SH Namewc \- count words, lines, and characters.SH Syntax.B wc[\fB\-lwc\fR] [\|\fIname...\fR\|].SH Description.NXR "wc command".NXR "file" "getting word count".NXR "file" "getting line count".NXR "file" "getting character count"The.PN wccommand counts lines, words and characters in the named files, or in the standard input if no name appears.A word is a maximal string ofcharacters delimited by spaces, tabs or new lines..PPIf an argument beginning with one of ``lwc'' is present,the specified counts (lines, words, or characters)are selected by the letters.BR l ,.BR w ,or.BR c .The default is.BR \-lwc ..SH Options.IP \fB\-c\fR 0.3iDisplays number of characters only..IP \fB\-l\fR 0.3iDisplays number of lines only..IP \fB\-w\fR 0.3iDisplays number of words only.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?