Hello questions

 Any idea what I am missing?

>cat test
1;1
2;2
>awk -F ';' '{print $1}'
1
2
>awk -F ' FS=";" {print $1}'
1;1
2
>

awk --version
GNU Awk 3.0.6
Copyright (C) 1989, 1991-2000 Free Software Foundation.

uname -rs
FreeBSD 4.9-STABLE

Regards, rouba

 PS: Please cc: since I am not subscribed to this list.
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to