Skip to content

Instantly share code, notes, and snippets.

@aokolish
Created January 28, 2012 19:17
Show Gist options
  • Save aokolish/1695477 to your computer and use it in GitHub Desktop.
Save aokolish/1695477 to your computer and use it in GitHub Desktop.
ruby one liner to return spork pid's
`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