Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save umangshrestha/20674a668b1cbb73d5aaf96a49e8b37b to your computer and use it in GitHub Desktop.
Save umangshrestha/20674a668b1cbb73d5aaf96a49e8b37b to your computer and use it in GitHub Desktop.
#replace the file_name.py by given script
ps -eaf| grep file_name.py|awk '{print $2}'|xargs kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment