time command output logging
페이지 정보
작성자 조희승 댓글 0건 조회 10,173회 작성일 16-03-19 09:53본문
(time -p ls) &> log
(time -p ls) |& grep real
http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO-3.html
stderr만
(time -p ls) 2> log
(time -p ls) |& grep real
http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO-3.html
stderr만
(time -p ls) 2> log
댓글목록
등록된 댓글이 없습니다.