"CHEN,THOMAS" wrote: > I'm editing a text file that displays a lot of "^M" instead of carriage > returns. How do I get vi to interpret and display them as such? try :%s/\r//g or you can write a shell script to do it... > > > -thomas > > _______________________________________________ > UCLALUG Linux mailing list - Linux@linux.ucla.edu > http://linux.ucla.edu/mailman/listinfo/linux