Skip to content

Instantly share code, notes, and snippets.

@alexrqs
Last active May 6, 2016 05:06
Show Gist options
  • Save alexrqs/6402010280f6e144e3bc829ce5fafc86 to your computer and use it in GitHub Desktop.
Save alexrqs/6402010280f6e144e3bc829ce5fafc86 to your computer and use it in GitHub Desktop.
kill django by passing xargs to the end of the pipe
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