watch

watch#

Re-run a command periodically.

$ watch -n 1 free -h
$ watch -d ls -lah
$ watch -n 5 'kubectl get pods -A'