Created
November 29, 2016 17:03
-
-
Save jozic/76165da84867e40a4af71e7a93e4b56e to your computer and use it in GitHub Desktop.
psgrep
This file contains hidden or 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
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