Sometimes, you need to repeatedly run a command or a program to monitor various aspects of your system, like ongoing processes, disk space usage, or user logins. The Linux watch command lets you automate these tasks without having to manually run them again and again.
How to Run a Program Periodically Using the Watch Command on Linux
If you find yourself running the same command again and again, there may be a better way.