GNU bug report logs - #7443
bug in cut -n " " -f 1 *

Previous Next

Package: coreutils;

Reported by: Yasmani Lara <yasmanilara <at> gmail.com>

Date: Fri, 19 Nov 2010 14:02:01 UTC

Severity: normal

Done: Pádraig Brady <P <at> draigBrady.com>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 7443-done <at> debbugs.gnu.org (full text, mbox):

From: Pádraig Brady <P <at> draigBrady.com>
To: Yasmani Lara <yasmanilara <at> gmail.com>
Cc: 7443-done <at> debbugs.gnu.org
Subject: Re: bug#7443: bug in cut -n " " -f 1 *
Date: Fri, 19 Nov 2010 19:22:44 +0000
On 19/11/10 13:53, Yasmani Lara wrote:
> Hi core team, i'm  relatively new on linux  and recently  test something *cut
> -n " " -f 1 **  and what sorprise an unexpected result, a fall of letters
> and don't stop until Crtl+C keypress. Forgive my bad english, still
> learning. Grettings from Cuba

Hi.
This seems like incorrect usage.
The command presented will output everything
before the first \t in each file in the current directory,
including any binary files.

I'm guessing you may want: cut -d ' ' -f1 -- *

thanks,
Pádraig.




This bug report was last modified 14 years and 189 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.