Logo  

Home - Old Man Programmer

Displaying projects/sac/scripts//usage

#!/bin/sh
#
#   Shows whos using your system the most.
#

sac -apm | sort -nr +1 | cat -n | more