Skip to content

Instantly share code, notes, and snippets.

@rushipkar90
Created September 25, 2015 16:52
Show Gist options
  • Save rushipkar90/48cc9eb18fc8b5c66c4d to your computer and use it in GitHub Desktop.
Save rushipkar90/48cc9eb18fc8b5c66c4d to your computer and use it in GitHub Desktop.
ps.sh
#!/bin/sh
ps aux | awk '{print $1}' | sort | uniq -c | sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment