Last active
May 6, 2016 05:06
-
-
Save alexrqs/6402010280f6e144e3bc829ce5fafc86 to your computer and use it in GitHub Desktop.
kill django by passing xargs to the end of the pipe
This file contains 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
ps aux | grep ./manage.py | awk '{print $2}' | xargs kill |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment