> what command do I use to substitute all occurences of a certain string (say, > "NOT NULL") with another arbitrary string, (e.g. "")? I've tried grep and > tr, but can't figure it out. Give this one a try: cat infile | sed -s 's/NOT NULL//g' Matt _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
- cat infile | translate all occurences of "NOT NULL&qu... Dan Browning
- Re: cat infile | translate all occurences of "NO... rpjday
- Re: cat infile | translate all occurences of "NO... Matt Housh
- Re: cat infile | translate all occurences of "NO... Rick Warner
- Re: cat infile | translate all occurences of &quo... Thomas Ribbrock
- Re: cat infile | translate all occurences of ... Cameron Simpson
- Re: cat infile | translate all occurences... Thomas Ribbrock
- Re: cat infile | translate all occurences of "NO... Chris S