Skip to content

Instantly share code, notes, and snippets.

@jozic
Created November 29, 2016 17:03
Show Gist options
  • Save jozic/76165da84867e40a4af71e7a93e4b56e to your computer and use it in GitHub Desktop.
Save jozic/76165da84867e40a4af71e7a93e4b56e to your computer and use it in GitHub Desktop.
psgrep
psgrep() { ps aux | grep -v "grep" | egrep "%CPU"\|$1; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment