chebe: (Default)
chebe ([personal profile] chebe) wrote in [community profile] command_liners2011-04-28 07:47 pm
Entry tags:

Removing Windows carriage-returns from text files

Hey all, don't think I've seen this here before, and I know there are many ways of doing this, so I thought, in a fit of geekery, that it might be fun to try and collect them all! Afterall everyone does have their own favourite programs.

I posted this at my own journal when I first came across it, but here's a new one as well;

sed -i 's/\r//' $file_name

perl -pi -e 's/\r\n/\n/g' $file_name
jld: “0wned!!!” (0wned)

[personal profile] jld 2011-04-29 05:41 am (UTC)(link)
My .exrc has this:

" remove CRs
map *@ :%s/^V^V^M$//^M


Where the ^V and ^M are the actual literal control characters. (I'm not completely sure there aren't nviisms hiding in that, so beware.) I wrote it for the specific purpose of editing cddb files in abcde.