I'd found this here http://www.unixblog.com/quick_unix_tips/remove_m_with_vi.php ------------ You can try this on multiple files perl -pi -e 's/\015//g' files ------------
On Sat, 2003-12-20 at 07:21, David Inglis wrote: > I am reading in a csv file and it has a control character ^M at the end > of each line how can I remove these charaters, I have tried the following > and had no success. > > $a=~s/\^M//; > $a=~s/^M//; > > > Any help appreciated thanks. > > > -- > Regards > > > > David Inglis > 0408502342 ______________________ Aman Raheja AGF Technologies http://www.agftech.com ______________________ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>