News

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