1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

sort: make compare_by honour settings.reverse

This allows sort --merge --reverse to work as well.
This commit is contained in:
David Laban 2016-08-11 20:30:58 +01:00
parent 8a8319a337
commit e1af1520e7
6 changed files with 35 additions and 5 deletions

View file

@ -0,0 +1,9 @@
9
8
7
6
5
4
3
2
1

View file

@ -0,0 +1,3 @@
7
4
1

View file

@ -0,0 +1,3 @@
8
5
2

View file

@ -0,0 +1,3 @@
9
6
3