Skip to content

Instantly share code, notes, and snippets.

@teamgroove
Created January 22, 2015 14:16
Show Gist options
  • Save teamgroove/47b8d70e5718e449383b to your computer and use it in GitHub Desktop.
Save teamgroove/47b8d70e5718e449383b to your computer and use it in GitHub Desktop.
grep recursive for matching pattern without find
grep -rl "pattern" . > output.lst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment