Skip to content

Instantly share code, notes, and snippets.

@rajbharath
Created May 30, 2015 12:17
Show Gist options
  • Save rajbharath/e43606b2c77092d6bbab to your computer and use it in GitHub Desktop.
Save rajbharath/e43606b2c77092d6bbab to your computer and use it in GitHub Desktop.
ps shell command
ps aux | grep sublime | awk '{ print $2 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment