bug-coreutils
[Top][All Lists]
Advanced

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

bug#9507: cut bug?


From: James Heather
Subject: bug#9507: cut bug?
Date: Wed, 14 Sep 2011 17:20:20 +0100

Hi,

I'm sure this must have been spotted before, but

    cut -f2,1

produces the fields in the order 1,2 rather than 2,1. That seems wrong
to me.

Changing it would probably break a thousand scripts. But could we have
an additional option to respect the order of fields given on the command
line? It is a pain to rearrange fields with sed, though of course it can
be done.

Thanks, and keep up the good work.

James


reply via email to

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