Konversi file windows ke unix
tr -d '\15\32' < winfile.txt > unixfile.txt
Exuberant Elk
tr -d '\15\32' < winfile.txt > unixfile.txt