Created
April 27, 2018 01:53
-
-
Save kmccarth/63255d9e51e67e67d19e7351bb18edbb 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
#!/bin/bash | |
echo "# grep with 5 lines after... "; | |
GREP_RESULTS=$(grep -r -H -A 5 "track({" ~/repos/hqo/react-native/app); | |
echo "$GREP_RESULTS"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment