107 lines
3.1 KiB
HTML
107 lines
3.1 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of WC</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>WC</H1>
|
|
Section: User Commands (1)<BR>Updated: September 2019<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
wc - print newline, word, and byte counts for each file
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<B>wc</B>
|
|
|
|
[<I>,OPTION/</I>]... [<I>,FILE/</I>]...
|
|
<BR>
|
|
|
|
<B>wc</B>
|
|
|
|
[<I>,OPTION/</I>]... <I>,--files0-from=F/</I>
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
|
|
<P>
|
|
|
|
Print newline, word, and byte counts for each FILE, and a total line if
|
|
more than one FILE is specified. A word is a non-zero-length sequence of
|
|
characters delimited by white space.
|
|
<P>
|
|
|
|
With no FILE, or when FILE is -, read standard input.
|
|
<P>
|
|
|
|
The options below may be used to select which counts are printed, always in
|
|
the following order: newline, word, character, byte, maximum line length.
|
|
<DL COMPACT>
|
|
<DT id="1"><B>-c</B>, <B>--bytes</B><DD>
|
|
print the byte counts
|
|
<DT id="2"><B>-m</B>, <B>--chars</B><DD>
|
|
print the character counts
|
|
<DT id="3"><B>-l</B>, <B>--lines</B><DD>
|
|
print the newline counts
|
|
<DT id="4"><B>--files0-from</B>=<I>,F/</I><DD>
|
|
read input from the files specified by
|
|
NUL-terminated names in file F;
|
|
If F is - then read names from standard input
|
|
<DT id="5"><B>-L</B>, <B>--max-line-length</B><DD>
|
|
print the maximum display width
|
|
<DT id="6"><B>-w</B>, <B>--words</B><DD>
|
|
print the word counts
|
|
<DT id="7"><B>--help</B><DD>
|
|
display this help and exit
|
|
<DT id="8"><B>--version</B><DD>
|
|
output version information and exit
|
|
</DL>
|
|
<A NAME="lbAE"> </A>
|
|
<H2>AUTHOR</H2>
|
|
|
|
Written by Paul Rubin and David MacKenzie.
|
|
<A NAME="lbAF"> </A>
|
|
<H2>REPORTING BUGS</H2>
|
|
|
|
GNU coreutils online help: <<A HREF="https://www.gnu.org/software/coreutils/">https://www.gnu.org/software/coreutils/</A>>
|
|
<BR>
|
|
|
|
Report wc translation bugs to <<A HREF="https://translationproject.org/team/">https://translationproject.org/team/</A>>
|
|
<A NAME="lbAG"> </A>
|
|
<H2>COPYRIGHT</H2>
|
|
|
|
Copyright © 2018 Free Software Foundation, Inc.
|
|
License GPLv3+: GNU GPL version 3 or later <<A HREF="https://gnu.org/licenses/gpl.html">https://gnu.org/licenses/gpl.html</A>>.
|
|
<BR>
|
|
|
|
This is free software: you are free to change and redistribute it.
|
|
There is NO WARRANTY, to the extent permitted by law.
|
|
<A NAME="lbAH"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
Full documentation at: <<A HREF="https://www.gnu.org/software/coreutils/wc">https://www.gnu.org/software/coreutils/wc</A>>
|
|
<BR>
|
|
|
|
or available locally via: info '(coreutils) wc invocation'
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="9"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="10"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="11"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="12"><A HREF="#lbAE">AUTHOR</A><DD>
|
|
<DT id="13"><A HREF="#lbAF">REPORTING BUGS</A><DD>
|
|
<DT id="14"><A HREF="#lbAG">COPYRIGHT</A><DD>
|
|
<DT id="15"><A HREF="#lbAH">SEE ALSO</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:29 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|