watch

Execute a program periodically, showing output fullscreen. More information: https://manned.org/watch.

watch command

watch -n 60 command

watch -d ls -l

watch 'command_1 | command_2 | command_3'