bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#21190: cut runs wrong


From: Pádraig Brady
Subject: bug#21190: cut runs wrong
Date: Wed, 05 Aug 2015 10:55:16 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]