On Wed, Sep 20, 2000 at 06:36:52PM +0100, Thomas Ribbrock wrote:
| 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.

Indeed, but drop the -n.
-- 
Cameron Simpson, DoD#743        [EMAIL PROTECTED]    http://www.zip.com.au/~cs/

A billion here, a billion there, pretty soon you're talking about some real
money.  - Senator Everett Dirksen



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

Reply via email to