Run a Linux command every X seconds forever using Watch command | OSTechNix

Have you ever wanted to run a command every few seconds automatically? Of course you can do this using a shell script or cron jobs. Alternatively, you can repeat a Linux command at a particular interval without having to manually run it. Here comes watch command in handy. Watch command can be used to execute a program every X seconds […]
Continue lendo