Skip to content

Instantly share code, notes, and snippets.

@IcyMidnight
Created August 19, 2009 08:31
Show Gist options
  • Save IcyMidnight/170250 to your computer and use it in GitHub Desktop.
Save IcyMidnight/170250 to your computer and use it in GitHub Desktop.
gem uninstall with glob-like-iness
sudo gem uninstall `gem list | grep merb | awk '{ print $1 }'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment