On Fri, Oct 26, 2007 at 03:45:39PM +0200, Pieter Verberne wrote:
> Hi,
Hi Pieter.

> does OpenBSD have a program/script to remove control characters (escape
> sequence) from text files?
Do you mean something like the ^M (\r) character ?
I recommend using tr, e.g.:

tr -d '\r' < name_of_inputfile > name_of_outputfile

HTH,

Andreas.

-- 
Windows 95: A 32-bit patch for a 16-bit GUI shell running on top of
an 8-bit operating system written for a 4-bit processor by a 2-bit
company who cannot stand 1 bit of competition.

Reply via email to