Skip to content

Instantly share code, notes, and snippets.

@iKrishneel
Created August 19, 2020 03:31
Show Gist options
  • Save iKrishneel/2f3d1591b5ca90d43dd27e815af9aca2 to your computer and use it in GitHub Desktop.
Save iKrishneel/2f3d1591b5ca90d43dd27e815af9aca2 to your computer and use it in GitHub Desktop.
kill -9 $(ps -ef | grep -v grep | grep python | awk '{print $2}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment