LXer: How To Repeat A Command Every X Seconds On Linux
by LXer from LinuxQuestions.org on (#5BHR0)
Published at LXer:
This article explains how to repeat a command every X seconds on Linux, in 2 ways: using watch, and using sleep in a while loop (with a way to avoid time drifting when using long-running commands).
Read More...


This article explains how to repeat a command every X seconds on Linux, in 2 ways: using watch, and using sleep in a while loop (with a way to avoid time drifting when using long-running commands).
Read More...