csh setenv的相關文章
csh setenv的相關商品

shell - setenv with list in csh - Stack Overflow
瀏覽:1027
日期:2025-10-03
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....看更多