Skip to content

Instantly share code, notes, and snippets.

@jacktasia
Created May 11, 2011 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacktasia/966924 to your computer and use it in GitHub Desktop.
Save jacktasia/966924 to your computer and use it in GitHub Desktop.
get pid of running
ps ax | grep [g]calc | ack-grep -oh '[0-9]{3,}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment