watch Command Examples

Execute a program periodically and monitor the output in full-screen mode. More information: https://manned.org/watch.

watch {{command}}

watch --interval {{60}} {{command}}

watch --differences {{df}}

watch "{{command_1}} | {{command_2}} | {{command_3}}"

watch --chgexit {{lsblk}}

watch --color {{ls --color=always}}