想請教一個寫shell script的簡單問題 - BBS
By Cara
at 2008-10-25T11:48
at 2008-10-25T11:48
Table of Contents
※ 引述《cooper6334 (小恐龍)》之銘言:
: 小弟這個學期初學unix
: 現在學到了用bash shell來寫shell script
: 手上有個作業是要用迴圈來把變數都印出來
: 也就是說輸入 檔名 a b c
: 就要echo出a b c
如果你是要印整個變數出來的話,你可以考慮用 $@
for i in $@
do
echo -n "$i "
done
這樣就解決了。
--
I will use Google before asking dumb questions.
--
: 小弟這個學期初學unix
: 現在學到了用bash shell來寫shell script
: 手上有個作業是要用迴圈來把變數都印出來
: 也就是說輸入 檔名 a b c
: 就要echo出a b c
如果你是要印整個變數出來的話,你可以考慮用 $@
for i in $@
do
echo -n "$i "
done
這樣就解決了。
--
I will use Google before asking dumb questions.
--
Tags:
BBS
All Comments
Related Posts
curlftpfs 的一些疑問
By Suhail Hany
at 2008-10-22T17:12
at 2008-10-22T17:12
請問有關Kernel conf 的問題
By Faithe
at 2008-10-15T21:41
at 2008-10-15T21:41
sendmail+sasl仍被利用發廣告信
By Margaret
at 2008-10-15T19:50
at 2008-10-15T19:50
請問有關Kernel conf 的問題
By Leila
at 2008-10-13T09:49
at 2008-10-13T09:49
請問有關Kernel conf 的問題
By David
at 2008-10-13T09:10
at 2008-10-13T09:10