Created
February 21, 2020 18:21
-
-
Save oakaigh/ae4f8303d97535c747e5e44148d4496f to your computer and use it in GitHub Desktop.
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
function pscmd() { | |
for e in $@; do | |
ps -p`pgrep $e` -wwo args | tail -n+2 | |
done | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment