Skip to content

Instantly share code, notes, and snippets.

@jazz7381
Created February 24, 2022 06:32
Show Gist options
  • Save jazz7381/f117f828c5e4909a4d1bf5b6b1dd3bb3 to your computer and use it in GitHub Desktop.
Save jazz7381/f117f828c5e4909a4d1bf5b6b1dd3bb3 to your computer and use it in GitHub Desktop.
ps -ef | grep 'proccess name' | awk '{print $2}' | xargs -r kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment