WC(1) GregOS Manual WC(1) NAME wc - word, line, and byte count SYNOPSIS wc [-l | -w | -c] DESCRIPTION wc counts lines, words, and characters in the specified file. Without flags, all three counts are shown. OPTIONS -l Count lines only -w Count words only -c Count characters only AUTHOR GregOS System SEE ALSO cat(1), head(1)