Hello,
I would like to have a new environment variable.
I used command:
export MYVAR=/usr/bin;
It worked and I could check it witn env command.
But when I closed terminal windows and started it again, there was no MYVAR variable. How can I make it always visible.
I'm working on Solaris 7, bourne and korn shell.
Thanks
Tomasz
I would like to have a new environment variable.
I used command:
export MYVAR=/usr/bin;
It worked and I could check it witn env command.
But when I closed terminal windows and started it again, there was no MYVAR variable. How can I make it always visible.
I'm working on Solaris 7, bourne and korn shell.
Thanks
Tomasz