2010年9月19日 ... 今天寫shell script時,很順手的這樣寫: #!/bin/sh show() { echo $1 } msg= show ${ msg} 顯示結果卻是只有show ${msg}
www.google.com.tw