Skip to content

Instantly share code, notes, and snippets.

@futhr
Created August 4, 2016 14:53
Show Gist options
  • Save futhr/09a901b16c3030a28fdc2140dc0cf86d to your computer and use it in GitHub Desktop.
Save futhr/09a901b16c3030a28fdc2140dc0cf86d to your computer and use it in GitHub Desktop.
Search code in all gems (for rbenv).
cd /Users/<user>/.rbenv/versions/<version>/gemsets/<project>/gems/
grep -ir <search string> *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment