Created
August 31, 2016 09:17
-
-
Save sunsong/0eab617a2afe0b3f63e008f2a12c86c0 to your computer and use it in GitHub Desktop.
Remove all Vagrant boxes
This file contains hidden or 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
| vagrant box list 2>1 | awk '{print $1}'| xargs -n 1 -I {} vagrant box remove {} --all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment