Syntax is : chtext [{-l
|-u
|-s
|-w
}[-c
]] [InputFile] [OutputFile]
chtext
is an ASCII file converter. It changes its content to lowercase/uppercase
word/sentences regarding of the option used.
Options are :
-h shows this help -l lowercase (default) -u Uppercase -s Sentence capitalize -w Word capitalize
-c Clean/Remove non-printable 8bits
Only -c
may be used in conjunction with any options, others supersede in preceding
options specified on command line.
Defaults are:
options -l InputFile stdin Output stdout
space(s).
Note also that chtext automatically strips the NULL character and does not modify VT, FF and CR (explicit). LF is replaced by an implicit carriage return.
jlauret@mail.chem.sunysb.edu