Skip to content

Instantly share code, notes, and snippets.

@ruslangrimov
Created November 9, 2023 10:30
Show Gist options
  • Save ruslangrimov/4b06a14e30a2aa63c59d5fb0f9ebcbf8 to your computer and use it in GitHub Desktop.
Save ruslangrimov/4b06a14e30a2aa63c59d5fb0f9ebcbf8 to your computer and use it in GitHub Desktop.
Kill all processed by grep
kill $(ps aux | grep '[p]ython csp_build.py' | awk '{print $2}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment