while true; do ls -alh ; sleep 30 ; done ;
while true; do ls -alh ; sleep 30 ; done ;
또는 watch 명령어 사용
watch -n 30 'ls -al'
728x90
while true; do ls -alh ; sleep 30 ; done ;
while true; do ls -alh ; sleep 30 ; done ;
또는 watch 명령어 사용
watch -n 30 'ls -al'
댓글