sort(1) -zrn
sort lines of text files
-z, --zero-terminated
       end lines with 0 byte, not newline
-r, --reverse
       reverse the result of comparisons
-n, --numeric-sort
       compare according to string numerical value
source manpages: sort