Created
November 12, 2015 18:00
-
-
Save jwadolowski/54c77ae993c3a6046b8e to your computer and use it in GitHub Desktop.
Delete all VirtualBox machines
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
for vm in $(VBoxManage list vms | sed -r 's/.*\{(.*)\}/\1/'); do VBoxManage unregistervm $vm --delete; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment