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