-
convert line terminator from dos to unix (CR + CR-LF stuff)
entweder: sed -i ’s/^M$//‘ foo.txt oder z.B. unter Ubuntu Linux: $ aptitude install tofrodos $ fromdos foo.txt
entweder: sed -i ’s/^M$//‘ foo.txt oder z.B. unter Ubuntu Linux: $ aptitude install tofrodos $ fromdos foo.txt