Last active
April 27, 2016 11:38
-
-
Save brianmriley/c8b5410b505679f121da4de53ed39522 to your computer and use it in GitHub Desktop.
Grepping logs and outputting to a new file.
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 {searchString} {targetFile} > {outputFile} | |
grep "loadChunk(" mysxm.log > mysxm-load-chunk.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment