본문 바로가기
OS/linux

리눅스 명령어 반복

by Knowledge Store In Hyunsoft 2017. 10. 20.

while true; do ls -alh ; sleep 30 ; done ;

while true; do ls -alh ; sleep 30 ; done ;

 

또는 watch 명령어 사용

watch -n 30 'ls -al'
728x90

댓글