count [Archive] - C Board

PDA

View Full Version : count


SpEkTrE
10-20-2003, 08:30 AM
simple question:

what is the code to do a word line count or a character count of a file?


thanks

twm
10-20-2003, 08:36 AM
$ wc -lwm myfile

SpEkTrE
10-20-2003, 08:38 AM
thanks!