Skip to content

Instantly share code, notes, and snippets.

@boosty
Forked from mojombo/psg.sh
Created September 4, 2009 09:22
Show Gist options
  • Save boosty/180810 to your computer and use it in GitHub Desktop.
Save boosty/180810 to your computer and use it in GitHub Desktop.
function psgrep {
ps wwwaux | egrep "($1|%CPU)" | grep -v grep
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment