TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How to run scripts in Linux faster than Cron does

1 pointsby 300over 11 years ago

1 comment

twicover 11 years ago
So, "faster" means "more frequently", and the solution is a while loop with a sleep in it. A loop which doesn't make any attempt to account for the execution time of the command.