Periodically executes a given command and displays results
Periodically executes the given command
watch
$ watch -n 2 'ls -la'
$ watch -n 1 'df -h'
$ watch -d 'ps aux | grep node'