Open RongTsai4Git opened 2 years ago
tr -d '\15\32' < winfile.txt > unixfile.txt
# convert to Unix :set ff=unix # convert to Windows. :set ff=dos
find . -type f -print0 | xargs -0 dos2unix
Convert between Unix and Windows text files