bug-textutils
[Top][All Lists]
Advanced

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

sorting


From: Dimitry Grigoryev
Subject: sorting
Date: Fri, 26 Oct 2001 16:27:25 -0400

Hi!
When I tried to sort my file using numeric and alphabetic keys at the same
time, it worked for sorting numeric first and alphabetic second.

sort  -k 3n -k 4 file

But I could not make it work other way around.

sort  -k 2 -k 3n file

What's doing on?

Thank you

Dmitry




reply via email to

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