home *** CD-ROM | disk | FTP | other *** search
- Shell external commans
- PATH=B:\APP\SHELL\
-
- #BEGIN
- wc
- Usage: wc <filename>
-
- Prints the number of lines, words and characters in a file.
- e.g. wc file.txt
- 10 34 256 LOC::M:/FILE.TXT
- This file has 10 lines, 34 words and 256 characters in it.
-
- Bugs: If used on a binary file the command may produce
- errors or nonsensical results.
- #END
-