Skip to content

Instantly share code, notes, and snippets.

@debidatta
Created May 5, 2015 07:10
Show Gist options
  • Save debidatta/5cd6b62208ce2660bffe to your computer and use it in GitHub Desktop.
Save debidatta/5cd6b62208ce2660bffe to your computer and use it in GitHub Desktop.
Grep for files in a directory in another file
ls directory | cut -d'.' -f1 | xargs -n 1 -i grep {} file_to_search_in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment