home *** CD-ROM | disk | FTP | other *** search
- TRIM.EXE
-
- August 30, 1991
-
- Shad Muegge
-
- ____
- -------|\/ o \------------------
- ____| ,__| Association of
- / o \/|____/ Babble Fish
- |__, |____ Programmers
- \____|\/ o \
- | ,__| MEMBER
- -------|/\____/------------------
-
-
- TRIM is a small little utility which I put together to help keep
- my capture and log files under control. Bascally, TRIM can be used to keep
- a text file a specified size. It does this by trimming off lines starting
- at the BEGINNING of the text file. Because capture and log files have their
- latest information at the end of the file this works out great.
-
- TRIM is shareware, but it is free for people who register COMMOPNS.
- If you want to use TRIM, but not don't want to register COMMOPNS, then please
- send $5 US FUNDS to:
-
- Shad Mugge
- P.O. BOX 4251
- Santa Rosa, Ca
-
- OPERATION:
-
- TRIM <FILENAME> <SIZE>
-
- <FILENAME> - The text file to TRIM
- <SIZE> - The size to TRIM the text file to in K (Kilobytes).
-
- For Expample:
- TRIM COMMO.CAP 100
- will TRIM COMMO.CAP down to 100k.
-
- COMMO SETUP:
-
- Here is a usefull {COMMO} macro, I call this macro in all my
- dial directory link macros, to keep my capture files down in size.
-
- {:TRIM} {EXEC TRIM %_cap 100}
- {RETURN}
-
- Cottleston!
-