You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I needed the same thing, but rather than implement grep -r, I did grep -H, so find -exec gron -H gets you the filename. See https://github.com/RossPatterson/gron (or #72)
I have a deeply nested directory of archived JSON responses that I would like to analyze (extract fields from each of the response files)
find -exec gron
would probably work, but the hierarchy holds important context so I'd want to have the file path included in the output.I'm thinking something like
grep -r
The text was updated successfully, but these errors were encountered: