Created
December 18, 2017 12:02
-
-
Save eckelon/502e6e96da412b4c94d4418aff74a6eb to your computer and use it in GitHub Desktop.
pipe grep search to find result
This file contains hidden or 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
find ~ -type f -name '*.log' -exec grep 'text' -l {} \; > output.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment