Linuxscript執行檔案 - LinuxCandice · 2011-12-08Table of ContentsPostCommentsRelated Posts 例如我寫好一個script,名字為test,是對檔案file執行名令的 例如script的內容為cat file 我直接執行./test 就可以把file的內容列出 但我想推廣到把test應用到不同的檔案 例如我執行./test file1 就可以把file1的內容列出 ./test file1 就可以把file2的內容列出 但我不知道要加什麼在script裡才能做到 來請教各位版友 感謝 -- LinuxAll CommentsKama2011-12-12cat $1←第一個參數Related Posts虛擬機下無法連上ftp有關匯入module,卻沒有deviceRound Robin DNS請問fedora預設輸入root密碼視窗的套件??Fedora 15 x86_64的usb安裝
All Comments