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 ...
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 ...