Skip to content

Instantly share code, notes, and snippets.

@stwind
Last active December 17, 2015 05:59
Show Gist options
  • Save stwind/5562419 to your computer and use it in GitHub Desktop.
Save stwind/5562419 to your computer and use it in GitHub Desktop.
kill cassandra
kill `ps -ef | grep cassandra | head -n 1 | awk '{print $2}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment