Hi
Im using tshell in my SunOS server. my .login file contains the following command:
set path=/usr/bin /usr/local/bin
echo "In Login- PATH="$PATH
echo "In Login- path="$path
The output is:
In Login- PATH=/usr/bin:/usr/local/bin
In Login- path=/usr/bin /usr/local/bin
In tshell, is both "path" and "PATH" variables are same and delimited only with ":" and a space?
Thanks,
Shakila.