plan9-sort.1 -k2 -n -r temp.txt %7C sed -n %273p%27
sort and/or merge files
-n     An initial numeric string, consisting of optional white space, optional plus or  minus  sign,  and
       zero or more digits with optional decimal point, is sorted by arithmetic value.
-r     Reverse the sense of comparisons.
source manpages: plan9-sort