Skip to content

Instantly share code, notes, and snippets.

@anaray
Last active February 25, 2016 23:01
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 anaray/70fa4cd27418975056a3 to your computer and use it in GitHub Desktop.
Save anaray/70fa4cd27418975056a3 to your computer and use it in GitHub Desktop.
ps -ef | grep <process_identifier> | grep -v grep | awk '{print $2}' | xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment