From owner-freebsd-questions@FreeBSD.ORG Thu Feb 26 05:24:54 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C620816A4CE for ; Thu, 26 Feb 2004 05:24:54 -0800 (PST) Received: from kcp05h-gw.pragonet.cz (eth0.kcp05h-gw.pragonet.cz [212.67.74.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9FFD43D2F for ; Thu, 26 Feb 2004 05:24:53 -0800 (PST) (envelope-from Zdenek.Roubicek@pragonet.cz) Received: by kcp05h-gw.pragonet.cz (Postfix, from userid 1002) id 7923693B75; Thu, 26 Feb 2004 14:24:52 +0100 (CET) Received: from pgnmail1.pgnaplikace.cz (isanat.pragonet.cz [212.67.66.42]) by kcp05h-gw.pragonet.cz (Postfix) with ESMTP id 1133493B6F for ; Thu, 26 Feb 2004 14:24:21 +0100 (CET) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Thu, 26 Feb 2004 14:24:21 +0100 Message-ID: <9256D57F598E6C41B288AA7DB94F29C901C2D69A@pgnmail1.pgnaplikace.cz> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem with sed and awk Thread-Index: AcP8a9cor9qqd9VWT+us5iugbsnbgQ== From: =?iso-8859-2?Q?Roub=ED=E8ek_Zden=ECk_=28T-Systems_PragoNet=29?= To: X-Spam-Status: No, hits=-100.0 required=5.0 tests=USER_IN_WHITELIST version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Problem with sed and awk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2004 13:24:54 -0000 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.