Trim - Copyright (C) 2006, Incode Systems, Inc.
version 0.9 http://www.incodesystems.com sales [at] incodesystems.com
Usage: [options] [InputFile [OutputFile]]
Trim processes a text file by removing leading and trailing spaces
and control characters.
If InputFile is not given, Standard Input is used.
If OutputFile is not given, Standard Output is used.
Line length is limited only by available memory.
Options:
-L Trim from left only
-R Trim from right only