Closed m42e closed 8 years ago
Removed unnecessary sort of aliases Removed output of same length alias, eg. sl for ls (typo fix aliases)
The additional sort was there to first sort on value fields descending and then key field ascending (declared in reverse order to leverage python's stable sorting).
But I guess it doesn't really add anything.
Removed unnecessary sort of aliases Removed output of same length alias, eg. sl for ls (typo fix aliases)