home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Cruncher / packx11.lha / TextFilter.doc < prev    next >
Encoding:
Text File  |  1995-06-14  |  764 b   |  26 lines

  1. TextFilter is a FREEWARE CLI/Shell utility which removes following useless
  2. chracters from ASCII text file:
  3.  
  4. 1. Useless spaces and tabs at the end of the file
  5. 2. Useless LINEFEED (#13) and EOF (#26) characters (used by PCs)
  6.  
  7.  
  8. Usage:      TextFilter <source> [<destination>] [QUIET]
  9. Template: FROM/A,TO,QUIET/S
  10.  
  11. FROM - file to filter; if destination not specified, source file will be
  12.     overwritten;
  13.     IMPORTANT:  Be sure that the source file is a real ASCII text!
  14.     Otherwise data in that file may be currupt.
  15.  
  16. TO - destination file where the result will be save (if some bytes removed)
  17.     WARNING:  if destination file exists, it will be overwritten!
  18.  
  19. QUIET - be quiet
  20.  
  21.  
  22.         Enjoy
  23.             Adam Ciarcinski
  24.             adam@felix.univ.szczecin.pl
  25.             ciarcins@beta.seatech.tuniv.szczecin.pl
  26.