From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 01:31:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 E4E5816A41F for ; Fri, 9 Sep 2005 01:31:07 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE74F43D5A for ; Fri, 9 Sep 2005 01:31:05 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j891V2sw024925; Fri, 9 Sep 2005 04:31:02 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j891V2xt006494; Fri, 9 Sep 2005 04:31:02 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j891V19x006493; Fri, 9 Sep 2005 04:31:01 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Fri, 9 Sep 2005 04:31:01 +0300 From: Giorgos Keramidas To: Eric Murphy Message-ID: <20050909013101.GA6463@orion.daedalusnetworks.priv> References: <4320A93D.2020500@earthlink.net> <200509082303.09458.martin@orbweavers.co.uk> <4320E348.6000502@earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4320E348.6000502@earthlink.net> Cc: martin@orbweavers.co.uk, freebsd-questions@freebsd.org Subject: Re: command question.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 01:31:08 -0000 On 2005-09-08 20:20, Eric Murphy wrote: >Martin McCann wrote: >> date > pings.txt ; ping -c 10 www.yahoo.com | \ >> awk '{ print $7 ; }' | sort >> pings.txt >> >> this will give you a file with the date then the pings sorted from >> quickest to slowest. [...] > > Hmm i got a bad santex error The message you saw was probably "bad _syntax_ error"... What shell are you using? What was the *EXACT* command you run and the error message you got. PS: Please do *NOT* top post and quote the entire original message just to add a single line. Trim the message you quote, keeping the relevant parts, and post your comments _below_ the quoted text. I've fixed the message this time, but I tend to hit DEL pretty fast msot of the time.