Study/프로그래밍
Shell script 로그 남기기
김카비
2021. 11. 17. 11:07
time ./myscript.sh | tee -a log.txt
time ./myscript.sh | tee -a log.txt