|
|
|
|
|
by berkes
1320 days ago
|
|
Is "redundancy" that you have to provide --dig? I can imagine `jc` having some detection built in, from which it determines the command/content it's being parsed. Doesn't seem to have it, yet, and I'm generally no big fan of "magic" like this, but it would remove the redundancy. Having it as a pipe, allows for much more, though. some_expensive_command > out.log
jc --expensive-cmd < out.log
Or hourly_dig.sh > example_com_records_$(date +%F+%s)
cat example_com_records_* | jc --dig
|
|
I did implement auto-detection for `/proc` file parsers so you can just do:
or But you can specify each procfile parser directly if you want to as well.