Re: Re: Re: [SLUG] Getting rid of ASCII 127 in a text file?

From: awyatt@fewt.com
Date: Fri May 31 2002 - 13:50:44 EDT


Anytime.

-Andrew

You Wrote:

Date: 31 May 2002 14:16:44 -0400
From: Ben Ostrowsky <ostrowb@tblc.org>
To: SLUG <slug@nks.net>
Subject: Re: Re: [SLUG] Getting rid of ASCII 127 in a text file?

> cat filename | perl -e '$char r(127);while (<STDIN>) {$_=~s/$char//gi;print $_;}' >newfilename

Yay! That did the trick. Thanks!

Ben



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 19:39:52 EDT