Skip to content

Instantly share code, notes, and snippets.

@fixlr
Created March 16, 2017 17:46
Show Gist options
  • Save fixlr/b2ee8be2e125ca94768dcd9dc7338701 to your computer and use it in GitHub Desktop.
Save fixlr/b2ee8be2e125ca94768dcd9dc7338701 to your computer and use it in GitHub Desktop.
Find unused versions of ruby
comm -23 <(rbenv versions --bare) <(find . -name '.ruby-version' -exec cat {} \; | cut -d'@' -f1 | sort | uniq)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment