bug-coreutils
[Top][All Lists]
Advanced

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

cut: bug our feature ???


From: Cedric Boudin
Subject: cut: bug our feature ???
Date: Tue, 05 Sep 2006 10:33:30 +0200
User-agent: Debian Thunderbird 1.0.2 (X11/20060724)

Hi dear core[wo]man,

cut --version
cut (coreutils) 5.2.1


I try to ouput the output delimiter option of the cut programm with
splitting with the -c options

that is what I have

082006
072006
062006
052006
042006
032006
022006
012006
122005

that is what I want
08,2006
07,2006
06,2006
05,2006
04,2006
03,2006
02,2006
01,2006
12,2005

that is what I do
cut -c1-2,3-6 --output-delimiter=','

that is what I get
082006
072006
062006
052006
042006
032006
022006
012006
122005

trying the --output-delimiter=',' with the -d option works perfectly.

If this is like it should be then a hint in the man page like
--output-delimiter=',' only works in conjunction with -d
would be of the best effect.
if this is not like it should be then it is a bug

My little contribution to make excellent software better

thanks for those marvelous daily tools


Cedric Boudin







-- 

   D R E A M      Cedric Boudin     address@hidden 
/ __||  \ |||  |    DreamGNU        Voice:  +49 (0)4340 404649
|( _ | .  |||_ | May your dreams    Mobile: +49 (0)177 8035780
\___]|_|\_|\___/    come GNU !      
GPG fingerprint:2BAC 2B7C 220F EB69 6475 57C4 5DD4 6855 3AC1 10FF   

-----------------------------------------------------------------





reply via email to

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