Kaushal Shriyan wrote:
when i use the set command I dont get the set value in another shell For example
...
Any clue
Yes, a shell can't directly influence another shell's environment. Modifying the shell's environment variables will only affect that shell, and any new processes spawned by that shell.