Hi Gurus,
I am stuck on below issue.
in my .profile. I have two variable:
when running env command, I got below:
my OS is SunOS 5.10 sun4v sparc SUNW,SPARC-Enterprise-T5220
I am wondering why t=xyz$ shows exactly value?
I try below:
I got below:
thanks in advance
I am stuck on below issue.
in my .profile. I have two variable:
Code:
x=abc$123
t=xyz$
Code:
x=abc
t=xyz$
I am wondering why t=xyz$ shows exactly value?
I try below:
Code:
par1=xyz
export par1
par2=123$par1
export par2
Code:
par1=xyz
par2=123xyz.