http://www.perlmonks.org?node_id=1048430


in reply to Re: how to remove é
in thread how to remove é

perl -i -pe 'tr/\015/\n/d' Quick fix for getting rid of Excel or other windows markup when reading in a unix or linux environment. this one just changes over the carriage returns as you said.