GNU bug report logs - #21190
cut runs wrong

Previous Next

Package: coreutils;

Reported by: zsw <zsw830222 <at> 163.com>

Date: Wed, 5 Aug 2015 05:32:01 UTC

Severity: normal

Tags: notabug

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

Bug is archived. No further changes may be made.

Full log


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

From: Pádraig Brady <P <at> draigBrady.com>
To: zsw <zsw830222 <at> 163.com>, 21190 <at> debbugs.gnu.org
Subject: Re: bug#21190: cut runs wrong
Date: Wed, 05 Aug 2015 10:55:16 +0100
tag 21190 notabug
close 21190
stop

On 05/08/15 03:46, zsw wrote:
> I 'm a user of linux   today  I  find the  command    "cut"  runs wrong  , file 123 is :
> 
> 1 2 3
> 4 5 6
> 7 8 9
> 
> after use the cut command :
> 
> $ cut -f1 123.txt
> 1 2 3
> 4 5 6
> 7 8 9
> 
> I  want to know where is wrong ,can you help me? thank you .

cut -d ' ' -f1 123.txt





This bug report was last modified 9 years and 347 days ago.

Previous Next


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