shell script function argument passing的相關文章
shell script function argument passing的相關公司資訊
shell script function argument passing的相關商品

passing argument containing space in shell script - Stack Overflow
瀏覽:770
日期:2025-04-30
But if $@ is a list putting " around it would basically merge it into one long string. It wouldn't iterate over it right? And in that case there is no real use in having a for loop, a normal echo "$@"; cd "$@" would do. Is there a solution where I can hav...看更多