home *** CD-ROM | disk | FTP | other *** search
-
-
-
- WC(1L) Misc. Reference Manual Pages WC(1L)
-
-
-
- NNNNAAAAMMMMEEEE
- wc - print the number of bytes, words, and lines in files
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- wwwwcccc [-clw] [--bytes] [--chars] [--lines] [--words] [--help] [
- --version] [file...]
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- This manual page documents the GNU version of wwwwcccc. wwwwcccc counts
- the number of bytes, whitespace-separated words, and new-
- lines in each given file, or the standard input if none are
- given or when a file named `-' is given. It prints one line
- of counts for each file, and if the file was given as an
- argument, it prints the filename following the counts. If
- more than one filename is given, wwwwcccc prints a final line con-
- taining the cumulative counts, with the filename `total'.
- The counts are printed in the order: lines, words, bytes.
-
- By default, wwwwcccc prints all three counts. Options can specify
- that only certain counts be printed. Options do not undo
- others previously given, so wwwwcccc --_b_y_t_e_s --_w_o_r_d_s prints both
- the byte counts and the word counts.
-
- OOOOPPPPTTTTIIIIOOOONNNNSSSS
- -_c, --_b_y_t_e_s, --_c_h_a_r_s
- Print only the byte counts.
-
- -_w, --_w_o_r_d_s
- Print only the word counts.
-
- -_l, --_l_i_n_e_s
- Print only the newline counts.
-
- --_h_e_l_p
- Print a usage message and exit with a non-zero status.
-
- --_v_e_r_s_i_o_n
- Print version information on standard output then exit.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- FSF Last change: GNU Text Utilities 1
-
-
-
-