Linux.com

Linux tools to convert file formats

Posted by: Anonymous [ip: 146.114.69.89] on July 22, 2008 05:13 PM
For the newline problem I have always used this strange method based on the fact that unzipping converts the characters appropriately:
zip tmp.zip <the files I want to convert>; unzip -ao tmp.zip
and wallah, the files have been converted. Strange, I know, but it works. I always say I'm going to wrap it in a script but never get around to it.

#

Return to Linux tools to convert file formats