Skip to content

Instantly share code, notes, and snippets.

@sunsong
Created August 31, 2016 09:17
Show Gist options
  • Select an option

  • Save sunsong/0eab617a2afe0b3f63e008f2a12c86c0 to your computer and use it in GitHub Desktop.

Select an option

Save sunsong/0eab617a2afe0b3f63e008f2a12c86c0 to your computer and use it in GitHub Desktop.
Remove all Vagrant boxes
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