gron.awk
gron.awk copied to clipboard
Support for multiple input files
First of all, thanks for making gron.awk - amazing project :)
Is there an easy way to add support for multiple input files? So that you can do something like:
gron.awk file1.json file2.json file3.json
Not a critical feature, as I can emulate it using xargs, but would be nice to have.