Skip to content

Instantly share code, notes, and snippets.

@rohitkode
Last active August 29, 2015 14:14
Show Gist options
  • Save rohitkode/d4c6b17b30b9352142e6 to your computer and use it in GitHub Desktop.
Save rohitkode/d4c6b17b30b9352142e6 to your computer and use it in GitHub Desktop.
Random shell quickies
# Terminate all instances from nova list output
nova delete `nova list| awk '{if(NR>3) print $4}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment