Unix/Linux OS: Exporting variable outside C shell script, c shell script, parag

Unix/Linux OS: Exporting variable outside C shell script, c shell script, parag

瀏覽:726
日期:2026-04-24
c shell script, parag, setenv: Hi. The short answer is, not that way. The long answer is that the environment is a property of a process. It can be inherited by a child process, but cannot be entailed on the parent process. Otherwise we would have serious...看更多