I've got a feeling this is simple, but can't get my brain to work today.
I'm working on AIX 5.2 ksh
How do I expand a variable name
E.G.
a=1
one.$a=`echo hello`
returns
ksh: one.1=hello: not found.
Mike
Unix *is* user friendly. It's just selective about who its friends are.
I'm working on AIX 5.2 ksh
How do I expand a variable name
E.G.
a=1
one.$a=`echo hello`
returns
ksh: one.1=hello: not found.
Mike
Unix *is* user friendly. It's just selective about who its friends are.