shell - setenv with list in csh - Stack Overflow

shell - setenv with list in csh - Stack Overflow

瀏覽:661
日期:2025-12-16
You could use this workaround: set tempvar=(1 2 3 4 5 6 7) setenv somevar "$ tempvar". Although I'm not sure it will remain an array....看更多