Skip to content

Instantly share code, notes, and snippets.

@virgild
Created January 25, 2011 02:42
Show Gist options
  • Save virgild/794422 to your computer and use it in GitHub Desktop.
Save virgild/794422 to your computer and use it in GitHub Desktop.
useful psgrep
alias psgrep='ps aux | grep $(echo $1 | sed "s/^\(.\)/[\1]/g")'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment