Created
January 25, 2011 02:42
-
-
Save virgild/794422 to your computer and use it in GitHub Desktop.
useful psgrep
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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