Skip to content

Instantly share code, notes, and snippets.

@rayworks
Created April 18, 2018 08:41
Show Gist options
  • Save rayworks/76aab8c8be36787d01944daf52960737 to your computer and use it in GitHub Desktop.
Save rayworks/76aab8c8be36787d01944daf52960737 to your computer and use it in GitHub Desktop.
'grep' memo
grep -R --include="*.json" "YOUR-KEYWORDS\":" ./ | cut -d':' -f1 | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment