]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 2 Nov 1997 14:38:49 +0000 (14:38 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 2 Nov 1997 14:38:49 +0000 (14:38 +0000)
doc/textutils.texi

index f29384a82d299935df6b9036ba3e55fb548f918c..fdaf93a0a712464c707c07d53a5a796f0a4b91ab 100644 (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