@kenkousen Ken, can you refer me to some Groovy references about invoking external processes and building command pipelines? How might I use Groovy like I use Bash?
@kenkousen Ken, can you refer me to some Groovy references about invoking external processes and building command pipelines? How might I use Groovy like I use Bash?
@derekmahar Hi Derek. Groovy scripts implicitly extend the GroovyScript class, which also has an instance of Binding. That's how you get data in and out, and that's all built into the language. The reference docs no doubt discuss it.
That said, I know there's a good library to help scripting, but the name escapes me at the moment. If I get a chance tomorrow I'll see if I can find it.