This one time, at band camp, Daniel Harper wrote: > >Anyone know how to rip ^M (dos line return) using sed?
tr -d '\r' will remove ^Ms from a stream. -- [EMAIL PROTECTED] http://spacepants.org/jaq.gpg -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
