Problem with sed and awk

Roubíček Zdeněk (T-Systems PragoNet) Zdenek.Roubicek at pragonet.cz
Thu Feb 26 05:24:54 PST 2004


 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.


More information about the freebsd-questions mailing list