Skip to content

Instantly share code, notes, and snippets.

@kmccarth
Created April 27, 2018 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmccarth/63255d9e51e67e67d19e7351bb18edbb to your computer and use it in GitHub Desktop.
Save kmccarth/63255d9e51e67e67d19e7351bb18edbb to your computer and use it in GitHub Desktop.
#!/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