Re: CR/LF effect lost on import to Linux from Windows
Posted on 2008-05-15, 22:41
I would start by really checking the contents of those files. Start with a program like 'vd' or 'od' on your Ubuntu install to check that the files indeed have CR/LF endings. You can also use 'cat -vet'. In WinXP, you can use a program called 'xd' to do the same (http://www.fourmilab.ch/xd/). I am …