"^M"

Jonathan Chen jonc at chen.org.nz
Wed May 3 04:48:18 UTC 2006


On Wed, May 03, 2006 at 11:10:50AM +0800, FreeBSD Daemon wrote:
> Dear list,
> 
> How can I non-manually remove the "^M" line breaks from my text files

$ tr -d "\r" < text-file > text-file-without

-- 
Jonathan Chen <jonc at chen.org.nz>
----------------------------------------------------------------------
                                         "Nyuck, nyuck, nyuck" - Curly


More information about the freebsd-questions mailing list