Executes a program periodically, displaying output fullscreen
Executes a program periodically, showing output fullscreen
watch
$ watch -n 2 df -h
$ watch -d ps aux
$ watch -n 5 'ls -lh /path/to/file'