c shell script setenv的相關文章

Unix/Linux OS: Exporting variable outside C shell script, c shell script, parag
瀏覽:1233
日期:2025-06-15
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...看更多