Hello,

My problem is related to the -M option of the sort function:

Content of the file A to sort:
MAR
JUN
JAN
MAY
DEC
AUG
SEP
FEB
OCT
APR
NOV
JUL

result of the command: sort -k 1,1M  A ( or sort -M A, or sort -M -k 1 A )
APR
AUG
DEC
FEB
JUL
MAY
JAN
MAR
JUN
SEP
OCT
NOV

Thanks for your help.

-----------------------------------------------------------------------
Adresse electronique:                [email protected]
-----------------------------------------------------------------------



_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to