Convertir DOS en Unix
tr -d '\15\32' < winfile.txt > unixfile.txt
Exuberant Elk
tr -d '\15\32' < winfile.txt > unixfile.txt