Created
April 12, 2016 19:46
-
-
Save adige/06f7168829284134e8e87ef2cd3a013d to your computer and use it in GitHub Desktop.
greps recursive files with given string, "l" means prints only file names
This file contains 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 -rl "string" /path |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment