CCNT 1/11/79 CCNT NAME ccnt - character count SYNOPSIS ccnt [file] ... DESCRIPTION Ccnt counts characters in the named file(s). Newlines are counted as characters. If no file name or the file '-' is given, standard input will be read. FILES SEE ALSO wcnt; lcnt; the Unix command 'wc' DIAGNOSTICS A message is printed if an input file cannot be opened; further processing is terminated. AUTHORS Original from Kernighan and Plauger's 'Software Tools', with minor modifications by Debbie Scherrer. BUGS -1-