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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Pádraig Brady <P <at> draigBrady.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#7443: closed (bug in cut -n " " -f 1 *)
Date: Fri, 19 Nov 2010 19:19:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 19 Nov 2010 19:22:44 +0000
with message-id <4CE6CE84.3050807 <at> draigBrady.com>
and subject line Re: bug#7443: bug in cut -n " " -f 1 *
has caused the GNU bug report #7443,
regarding bug in cut -n " " -f 1 *
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
7443: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7443
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Yasmani Lara <yasmanilara <at> gmail.com>
To: bug-coreutils <at> gnu.org
Subject: bug in cut -n " " -f 1 *
Date: Fri, 19 Nov 2010 08:53:18 -0500
[Message part 3 (text/plain, inline)]
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

-- 
--
Miembro de la Comunidad Cubana de Software Libre
http://gutl.jovenclub.cu

Linux registered user #482862 in http://counter.li.org

"Be yourself no matter what they say". Sting
[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
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 190 days ago.

Previous Next


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