Skip to content

Instantly share code, notes, and snippets.

@adige
Created April 12, 2016 19:46
Show Gist options
  • Save adige/06f7168829284134e8e87ef2cd3a013d to your computer and use it in GitHub Desktop.
Save adige/06f7168829284134e8e87ef2cd3a013d to your computer and use it in GitHub Desktop.
greps recursive files with given string, "l" means prints only file names
grep -rl "string" /path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment