On Wed, Dec 20, 2000 at 05:26:19PM -0500, David Brett <[EMAIL PROTECTED]> wrote:
| Does anybody know how to set the field separator to "="

Do this:

        echo this=that | awk -F= '{print$2}'

Works just fine; prints "that" as expected.
-- 
Cameron Simpson, DoD#743        [EMAIL PROTECTED]    http://www.zip.com.au/~cs/

I do find these commercials entertaining, but then again, I own a Slinky.
        - [EMAIL PROTECTED] (Andy Tefft)



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

Reply via email to