On Mon, 2003-02-17 at 13:23, Daniel Harper wrote: > Anyone know how to rip ^M (dos line return) using sed?
without reading the manual you might try 's/\r//g' this is definitely not portable, if not use hex characters \015 from memory again... -- Thanks KenF OpenOffice.org developer -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
