※ 引述《mool (mool)》之銘言:
: ※ 引述《[email protected] ( )》之銘言:
: : screen好像有這個功能
: : 可以把螢幕上顯示的東西記下來
: 用 script 這個指令吧 跑完之後加一個exit
: 再去看 typescript 這個檔案 裡面就有全部的訊息了
我自己是習慣用screen+tee來做
make | tee ./logfile
--
: ※ 引述《[email protected] ( )》之銘言:
: : screen好像有這個功能
: : 可以把螢幕上顯示的東西記下來
: 用 script 這個指令吧 跑完之後加一個exit
: 再去看 typescript 這個檔案 裡面就有全部的訊息了
我自己是習慣用screen+tee來做
make | tee ./logfile
--
All Comments