* 이 포스팅은 쿠팡 파트너스 활동의 일환으로 이에 따른 일정액의 수수료를 제공받습니다.
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'
댓글