From owner-freebsd-current Sun May 26 11:52:24 2002 Delivered-To: freebsd-current@freebsd.org Received: from smtp1.powertech.no (smtp1.powertech.no [195.159.0.145]) by hub.freebsd.org (Postfix) with ESMTP id DA34937B400; Sun, 26 May 2002 11:52:18 -0700 (PDT) Received: from powertech.no (www2.powertech.no [195.159.0.162]) by smtp1.powertech.no (Postfix) with SMTP id 273E28AA4; Sun, 26 May 2002 20:52:17 +0200 (CEST) Received: from 80.212.245.215 (SquirrelMail authenticated user nordahl.frode) by epost.powertech.no with HTTP; Sun, 26 May 2002 20:52:17 +0200 (CEST) Message-ID: <49675.80.212.245.215.1022439137.squirrel@epost.powertech.no> Date: Sun, 26 May 2002 20:52:17 +0200 (CEST) Subject: Re: /usr/bin/cut From: "Frode Nordahl" To: In-Reply-To: <20020526225416.A73369@treetop.robbins.dropbear.id.au> References: <200205261126.g4QBQP9v032233@gandalf.xu.nordahl.net> <20020526225416.A73369@treetop.robbins.dropbear.id.au> X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal Cc: X-Mailer: SquirrelMail (version 1.2.6) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi again, I have included some examples below. cut.broken was compiled this morning, i got the replacement "cut" from the 5.0-DP1 release. Tim J. Robbins said: > On Sun, May 26, 2002 at 01:26:25PM +0200, Frode Nordahl wrote: > >> cut compiles and runs, but it does not cut :) > > Please give me an example of how you are invoking cut and why the > output you get is incorrect or different from -STABLE. * %cat test.txt abc abc abc %cat test.txt | /usr/bin/cut.broken -c2- abc abc abc %cat test.txt | /usr/bin/cut -c2- bc bc bc * > Tim > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message -- Mvh, Frode Nordahl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message