Originally posted by: shargus
Yes.
service=
"mark frank john"
for name in $service
do echo $name done
Note that all the names in service are in one quoted string, with a space between them.
If you must use an array, it gets a bit more complicated...
#AIX-Forum