Query: wc
OS: minix
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
WC(1) General Commands Manual WC(1)NAMEwc - count characters, words, and lines in a fileSYNOPSISwc [-clw] file ...OPTIONS-c Print character count -l Print line count -w Print word countEXAMPLESwc file1 file2 # Print all three counts for both files wc -l file # Print line count onlyDESCRIPTIONWc reads each argument and computes the number of characters, words and lines it contains. A word is delimited by white space (space, tab, or line feed). If no flags are present, all three counts are printed. WC(1)
| Related Man Pages |
|---|
| wc(1) - opensolaris |
| wc(1) - hpux |
| diff(1) - minix |
| grep(1) - minix |
| wc(1) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| wc vs ls |
| question about wc |
| Help for a Perl newcomer! Transposing data from columns to rows |
| Problem with cut and wc |
| Question on awk source files |