1
我有這樣的代碼爲什麼我的循環變量在1次迭代後沒有活動?
for p in "abra/cadabra reach/out"
do
r="$HOME/x/$p"
echo $r
done
但它只能產生這樣的:
/Users/terrencemonroebrannon/x/abra/cadabra reach/out
不
/Users/terrencemonroebrannon/x/abra/cadabra /Users/terrencemonroebrannon/x/reach/out
爲我所期望的。
還要注意的是,如果你有在路徑名稱中使用空格自己,那些*會*需要請分別引用:「在路徑一」,「路徑二」中輸入 – 2012-04-19 15:29:37