home *** CD-ROM | disk | FTP | other *** search
- TextFilter is a FREEWARE CLI/Shell utility which removes following useless
- chracters from ASCII text file:
-
- 1. Useless spaces and tabs at the end of the file
- 2. Useless LINEFEED (#13) and EOF (#26) characters (used by PCs)
-
-
- Usage: TextFilter <source> [<destination>] [QUIET]
- Template: FROM/A,TO,QUIET/S
-
- FROM - file to filter; if destination not specified, source file will be
- overwritten;
- IMPORTANT: Be sure that the source file is a real ASCII text!
- Otherwise data in that file may be currupt.
-
- TO - destination file where the result will be save (if some bytes removed)
- WARNING: if destination file exists, it will be overwritten!
-
- QUIET - be quiet
-
-
- Enjoy
- Adam Ciarcinski
- adam@felix.univ.szczecin.pl
- ciarcins@beta.seatech.tuniv.szczecin.pl
-