Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2004 14:24:21 +0100
From:      =?iso-8859-2?Q?Roub=ED=E8ek_Zden=ECk_=28T-Systems_PragoNet=29?= <Zdenek.Roubicek@pragonet.cz>
To:        <questions@freebsd.org>
Subject:   Problem with sed and awk
Message-ID:  <9256D57F598E6C41B288AA7DB94F29C901C2D69A@pgnmail1.pgnaplikace.cz>

next in thread | raw e-mail | index | archive | help

 Hello questions

 Any idea what I am missing?

>cat test
1;1
2;2
>awk -F ';' '{print $1}'
1
2
>awk -F ' FS=3D";" {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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9256D57F598E6C41B288AA7DB94F29C901C2D69A>