Skip to content

Instantly share code, notes, and snippets.

@bmorwood
Created March 13, 2014 19:29
Show Gist options
  • Save bmorwood/9535196 to your computer and use it in GitHub Desktop.
Save bmorwood/9535196 to your computer and use it in GitHub Desktop.
search for words in files in current directory.
$ grep -ri "word" .
@bmorwood
Copy link
Author

use -l to list just the files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment