watch will execute a program periodically, displaying the output.
watch
is part of the procps(/proc filesystem utilities) package.
It can be used to monitor the output of a defined command at a specified interval of time.
Example usage:
watch -n 60 'du -sh /var/spool/mail'