On Mon, Sep 11, 2000 at 07:28:46AM -0700, Rick Warner wrote:
> 
> 
> Use sed, e.g.,
> 
> 
> cat infile | sed -n 's/NOT NULL//g' > outfile

Or shorter:

sed -n 's/NOT NULL//g' infile > outfile

No cat needed.

Cheerio,

Thomas
-- 
             "Look, Ma, no obsolete quotes and plain text only!"

     Thomas Ribbrock | http://www.bigfoot.com/~kaytan | ICQ#: 15839919
   "You have to live on the edge of reality - to make your dreams come true!"



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to