본문 바로가기
테크/기타

리눅스 명령어 자동반복 및 모니터링하기

by ahnne 2015. 6. 2.



Usage: watch [-dhntv] [--differences[=cumulative]] [--help] [--interval=<n>] [--no-title] [--version] <command>


샘플. 1초 간격으로 ls -al 실행하여 모니터링하기

watch -n 1 "ls -al"