Home
Home
Contact
Course Materials
Courses
Code
Projects
Demos
Games
Web Apps
Resources
Quick References
Links
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