WangAguo wa wa wa
程式開發哇哇哇
網頁
首頁
2013年9月3日 星期二
stderr and stdout to file (sh / bash / csh / tcsh)
stderr and stdout to file
sh: (time date) > wa.txt 2>&1
bash: (time date) >& wa.txt or (time date) &> wa.txt or (time date) > wa.txt 2>&1
csh/tcsh: (time date) >& wa.txt
There are 3 file descriptors, stdin(0), stdout(1) and stderr(2) (std=standard).
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言