mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
5 lines
171 B
Text
5 lines
171 B
Text
# range.sort
|
|
# Input/Output: string (tab) ["b"|"e"|"a"] (tab) number
|
|
# Sort by $1 (string), $3 (number), then $2 ("b"|"e"|"a")
|
|
|
|
sort -u '-t ' +0 -1 +2n +1 -2 $*
|