How to run a command in Linux every x seconds
Oftentimes you need to run a command every X seconds on Linux. Granted you can use cron but unfortunately, it does not handle time granularities of less than a minute. (more…)
Continue Reading How to run a command in Linux every x seconds