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

Kumar avatar
By Kumar
at 2008-10-25T11:05

Table of Contents

小弟這個學期初學unix

現在學到了用bash shell來寫shell script

手上有個作業是要用迴圈來把變數都印出來

也就是說輸入 檔名 a b c

就要echo出a b c


a b c 都有預設的變數$1,$2,$3

我的想法是用while迴圈設

while [ $x -lt $# ]

然後echo $($X)

隨著迴圈跑會分別是$1,$2,$3



可是不管我怎麼把$跟$X隔開,它不是印出X的值就是印不出來

請問各位大大,我的變數X要怎麼設才會讓它讀到呢?



--
話說我打完這篇問題居然想用:wq來離開......
--
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 ...