Last active
August 29, 2015 14:15
-
-
Save rodrigograca31/c3b2efd3eebcb54d3e2d to your computer and use it in GitHub Desktop.
Find string inside directory - Grep
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
grep -r ./ -e "open.mapquestapi.com/sdk" | |
grep -rn "open.mapquestapi.com/sdk" ./ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment