Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Add recursive option #62

Open
nhi-vanye opened this issue Feb 13, 2019 · 2 comments
Open

Enhancement: Add recursive option #62

nhi-vanye opened this issue Feb 13, 2019 · 2 comments

Comments

@nhi-vanye
Copy link

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

@RossPatterson
Copy link

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)

@RossPatterson
Copy link

@tomnomnom Can you review my pull request #72 for this feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants