I have a single shell script that's being run for both bash and ksh users. I've run into an issue with an array definition. which doesn't work for bash. So I thought I'd check for the shell, then have ...
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 ...