home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / msdos / txtutl / toadtrim.arc / TOADTRIM.DOC < prev   
Encoding:
Text File  |  1990-01-19  |  480 b   |  19 lines

  1. TOADTRIM    Trims trailing spaces from a (hopefully) text file,
  2.         sends trimmed result to Std Out.
  3.  
  4.         Usage:
  5.         TOADTRIM filename.txt [>out device or filename]
  6.  
  7.         Works with Std In also:
  8.         TOADTRIM <filename.txt [>output device or filename]
  9.  
  10.         TOADTRIM<return>  or
  11.         TOADTRIM ?    The above as a help message.
  12.  
  13. By request for Keith Petersen, w8sdz@WSMR-SIMTEL20.ARMY.Mil
  14.  
  15. As usual, released to the public domain.
  16. David Kirschbaum
  17. Toad Hall
  18. kirsch@arsocomvax.socom.mil
  19.