From owner-freebsd-questions@FreeBSD.ORG Thu Jul 14 09:45:04 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 36D1516A41C for ; Thu, 14 Jul 2005 09:45:04 +0000 (GMT) (envelope-from nlamprecht@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9C6543D48 for ; Thu, 14 Jul 2005 09:45:03 +0000 (GMT) (envelope-from nlamprecht@gmail.com) Received: by zproxy.gmail.com with SMTP id n1so208146nzf for ; Thu, 14 Jul 2005 02:45:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dDkaNQuqzmtM/kNrTxAURc8XW4u2gY/ieINCs8eRn8/5cRe4RVAXi0NntRNB+2wrSW8CQMPDM2lMw71IAoK2r+yo/Gi3D67LpdmtQUkhjTeNJgr1KYsOAp2DR4ExRLHbnHX6WcTg1XEXdvUUMG90EtxcxDUwb0CJh54j4lPP2NU= Received: by 10.36.96.14 with SMTP id t14mr192354nzb; Thu, 14 Jul 2005 02:39:01 -0700 (PDT) Received: by 10.36.108.6 with HTTP; Thu, 14 Jul 2005 02:39:01 -0700 (PDT) Message-ID: <7cbadc8705071402394bfd087b@mail.gmail.com> Date: Thu, 14 Jul 2005 11:39:01 +0200 From: Nelis Lamprecht To: dan@malaby.com In-Reply-To: <7cbadc87050714023654bd3f26@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42D5C3FF.8070004@malaby.com> <7cbadc87050714023654bd3f26@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: using -t option with unix sort ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nelis Lamprecht List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 09:45:04 -0000 On 7/14/05, Nelis Lamprecht wrote: > On 7/14/05, Daniel Malaby wrote: > > Hi All, > > > > I am trying to sort a tab delimited file with sort. The problem I am > > having is with the -t option. I do not know how to pass a tab. >=20 > >=20 > > sort -t \t >=20 > >=20 > > > > Any suggestions would be much appreciated. >=20 > remove the space between -t and \t and it should work actually scratch that, it works either way. can you give a sample of the da= ta ? Regards, Nelis