Skip to content

Instantly share code, notes, and snippets.

@madhavtummala
Created March 29, 2019 05:36
Show Gist options
  • Save madhavtummala/56156ec7f23aaacc5772c190489821b7 to your computer and use it in GitHub Desktop.
Save madhavtummala/56156ec7f23aaacc5772c190489821b7 to your computer and use it in GitHub Desktop.
ps | grep "python" | grep -v "grep" | awk '{print $1}' | xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment