bug-coreutils
[Top][All Lists]
Advanced

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

bug#9420: cut: --output-delimiter ignored in combination with -c


From: Philipp Thomas
Subject: bug#9420: cut: --output-delimiter ignored in combination with -c
Date: Thu, 1 Sep 2011 20:33:51 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Cut from older coreutils (at least until 7.1) honoured --output-delimiter in
combination with -c.  Newer coreutils don't, i.e. with the older cut you get 

$ echo 12 | cut --output-delimiter=X -c1,2
1X2

And with the newer ones

$ echo 12 | cut --output-delimiter=X -c1,2
12

Is this a regression or was this a deliberate change that wasn't documented?


Philipp





reply via email to

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