My script is passed a variable (let's call it VAR) which contains the
following:
"A+B+C+D+E"
I'd like to be able to do a for in loop on "A B C D E". Is there an
easy way to convert:
VAR="A+B+C+D+E" into
VAR="A B C D E"
from within the script? Is there a way to do it in one line?
/--------------------------------------------------------------------\
| A man said to the Universe: "Sir, I exist!" |
| "However," replied the Universe, |
| "the fact has not created in me a sense of obligation." |
| -- Stephen Crane |
\--------------------------------------------------------------------/
Visit my World Wide Web home page at:
<A HREF="http://www.clark.net/pub/alweiner/cgi-bin/homepage.html">Alan's Home Page</A>