1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 10:16:53 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1997-11-02 14:38:49 +00:00
parent ae21be058f
commit 6327a7ad45
+10
View File
@@ -1513,6 +1513,10 @@ wc --bytes --words
@noindent
prints both the byte counts and the word counts.
With the @code{--max-line-length} option, @code{wc} prints the length
of the longest line per file, and if there is more than one file it
prints the maximum (not the sum) of those lengths.
The program accepts the following options. Also see @ref{Common options}.
@table @samp
@@ -1537,6 +1541,12 @@ Print only the word counts.
@opindex --lines
Print only the newline counts.
@item -L
@itemx --max-line-length
@opindex -L
@opindex --max-line-length
Print only the maximum line lengths.
@end table