Linuxshell scripts 和 VMS submit? - LinuxSkylar Davis · 2010-05-19Table of ContentsPostCommentsRelated Posts 想請教各位高手一個問題: 以往我使用的linux系統上有一個submit的指令, 這個指令好像是從VMS時代遺留下來的, 可以讓我執行批次檔(batch file), 並將過程直接寫到一個.log檔案裡去。 這樣的概念我相信是對應到一般linux裡的shell scripts, 但請問要如何將shell scripts的執行過程(如sh -x filename的結果)寫到.log檔? 感激不盡! -- LinuxAll CommentsVictoria2010-05-20./abc.sh &> logAndy2010-05-21但是有可能會出現亂碼...Xanthe2010-05-23FreeBSD 有 tee 指令... linux 不知道有沒有...Victoria2010-05-27有的,用tee的方式導向輸出到兩個outputRelated PostsLinux Mint 9 “Isadora” released!在AsusUL20A上安裝Ubuntu 10.04 x64在mint上無法使用lazyscriptSuspend問題u-boot可以用domingo放到板子上嗎?
All Comments