Created
November 9, 2023 10:30
-
-
Save ruslangrimov/4b06a14e30a2aa63c59d5fb0f9ebcbf8 to your computer and use it in GitHub Desktop.
Kill all processed by grep
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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