Skip to content

Instantly share code, notes, and snippets.

@rodrigograca31
Last active August 29, 2015 14:15
Show Gist options
  • Save rodrigograca31/c3b2efd3eebcb54d3e2d to your computer and use it in GitHub Desktop.
Save rodrigograca31/c3b2efd3eebcb54d3e2d to your computer and use it in GitHub Desktop.
Find string inside directory - Grep
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