Created
January 7, 2019 09:14
-
-
Save ginokent/2a3917b019dc4c511941a1fd2f23d10c to your computer and use it in GitHub Desktop.
[one-liner] 子プロセスのPIDだけ欲しい
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
pgrep -f fluentd | xargs -I@ pgrep -P @ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment