One of the commands that I miss most from Linux when working in Windows/DOS environments is the split command. This extremely handy command allows one to split a large file into multiple smaller files ...
One of the many features that makes Groovy an attractive scripting language is its built-in command-line argument support via CliBuilder. I have written about CliBuilder before in the posts ...
Quick question - I'm parsing an xml file in Groovy in which some of the values being parsed out are korn shell commands I want to run. I can either have them run directly as they are parsed or store ...
Richard Monson-Haefel posted a blog entry recently called "Groovy: The Sleeping Giant". In it, he says that "dynamic programming" is the wave of the future, and that Groovy has the most potential ...