cat /etc/passwd | sort -t : -k3 -nr # the above method works great with GNU /bin/sort!