When I use the following shell command, the _outfile_ removes all lines that don't contain text. `$ titlecase -f infile -o outfile` Is there a way to preserve all white space?
When I use the following shell command, the outfile removes all lines that don't contain text.
$ titlecase -f infile -o outfileIs there a way to preserve all white space?