Created
July 15, 2016 10:24
-
-
Save tuanmai/1494897b2e56d816fada0568a6771d23 to your computer and use it in GitHub Desktop.
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
grep -A 5 | |
-B, --before-context=NUM print NUM lines of leading context | |
-A, --after-context=NUM print NUM lines of trailing context | |
-C, --context=NUM print NUM lines of output context |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment