![]() |
![]()
| ![]() |
![]()
NAMEcount - counts items in a fileSYNOPSIScount [ options ] file1 ... filenDESCRIPTIONCount reads all of the specified files and produces one line of output for each input file: the number of the characters, the number of 'words', and the number of lines in the specified files. 'Words' is an arbitrary term in reference to programs, because they tend to have a lot of punctuation. For text files a word is a sequence of characters separated by white space.If more than one file is given, a grand total is also printed. If no filenames are given, count reads from standard input. Any combination of options works; the default is (-c -w -l -llen -t). OPTIONSAll options except tab= and -llen can be abbreviated to their first letter. The option -llen can be abbreviated with -ll.
NOTESnoneBUGSnoneAUTHORJoerg Schilling D-13353 Berlin Germany Mail bugs and suggestions to: joerg@schily.net
|