Created
August 4, 2016 14:53
-
-
Save futhr/09a901b16c3030a28fdc2140dc0cf86d to your computer and use it in GitHub Desktop.
Search code in all gems (for rbenv).
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
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