[ CnUnix ] in KIDS 글 쓴 이(By): swhan (Nameless1) 날 짜 (Date): 2004년 12월 2일 목요일 오전 09시 31분 09초 제 목(Title): Re: [Q] shell script 아흐... 깜빡 manpage에는 time의 output이 standard output으로 보내진다고 나오는데 실제로는 standard error로 보내지는군요. --- 여기부터 #!/bin/bash (time CMD) 1> CMD_output.txt 2> elapsedtime.txt |