wc(1) minix man page | unix.com

Man Page: wc

Operating Environment: minix

Section: 1

WC(1)							      General Commands Manual							     WC(1)

NAME
wc - count characters, words, and lines in a file
SYNOPSIS
wc [-clw] file ...
OPTIONS
-c Print character count -l Print line count -w Print word count
EXAMPLES
wc file1 file2 # Print all three counts for both files wc -l file # Print line count only
DESCRIPTION
Wc 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) - mojave
diff(1) - minix
grep(1) - minix
paste(1) - minix
wc(1) - osf1
Similar Topics in the Unix Linux Community
wc vs ls
ps -ef | grep java | wc -l
Help for a Perl newcomer! Transposing data from columns to rows
Field Number read and "wc -l"
Print number of lines for files in directory, also print number of unique lines