想請教一個寫shell script的簡單問題 - BBS

Cara avatar
By Cara
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.

--
Tags: BBS

All Comments

curlftpfs 的一些疑問

Suhail Hany avatar
By Suhail Hany
at 2008-10-22T17:12
在這有些問題關於 curlftpfs 的問題想請教。首先先對我的環境先做個 簡單的介紹,主機 A 是使用 FreeBSD,主機 B 則是用 CentOS。A 是使 proftpd 為 FTP Daemon,B 則是用 vsftpd。 主機規劃狀況如下: ...

請問有關Kernel conf 的問題

Faithe avatar
By Faithe
at 2008-10-15T21:41
※ 引述《leosnake (尼歐)》之銘言: : 小弟最近要重編kernel : 在編輯 kernel configuration 的時候 : 必須指定cpu type : default 的選單內只有 : cpu I486_CPU : cpu I586_CPU : cp ...

sendmail+sasl仍被利用發廣告信

Margaret avatar
By Margaret
at 2008-10-15T19:50
※ 引述《bojack (Bojack)》之銘言: : 經驗分享,看一下 maillog 確認寄信的來源 IP 是誰 : 若是 localhost 的話,可能是你裝的某個套件引起的 (如 openwebmail) : 或是你某個帳號密碼太簡單被猜到 ~ : 看一下 ps ax 有沒有什麼奇怪的程式在跑,las ...

請問有關Kernel conf 的問題

Leila avatar
By Leila
at 2008-10-13T09:49
※ 引述《leosnake (尼歐)》之銘言: : 小弟最近要重編kernel : 在編輯 kernel configuration 的時候 : 必須指定cpu type : default 的選單內只有 : cpu I486_CPU : cpu I586_CPU : cp ...

請問有關Kernel conf 的問題

David avatar
By David
at 2008-10-13T09:10
小弟最近要重編kernel 在編輯 kernel configuration 的時候 必須指定cpu type default 的選單內只有 cpu I486_CPU cpu I586_CPU cpu I686_CPU 我是用 Intel cor ...