Created
January 28, 2012 19:17
-
-
Save aokolish/1695477 to your computer and use it in GitHub Desktop.
ruby one liner to return spork pid's
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
`ps aux | awk '/spork/&&!/awk/{print $2;}'`.split("\n").map { |pid| pid.to_i } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment