home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / UTILS / SHELL3A / SRC.ZIP / TXT / WC.TXT < prev   
Encoding:
Text File  |  1996-09-03  |  389 b   |  16 lines

  1. Shell external commans
  2. PATH=B:\APP\SHELL\
  3.  
  4. #BEGIN
  5. wc
  6. Usage: wc <filename>
  7.  
  8. Prints the number of lines, words and characters in a file.
  9. e.g. wc file.txt
  10.                   10        34     256   LOC::M:/FILE.TXT
  11.  This file has 10 lines, 34 words and 256 characters in it.
  12.  
  13. Bugs: If used on a binary file the command may produce
  14.             errors or nonsensical results.
  15. #END
  16.