Skip to content
#!/bin/bash

Tag: crontab

run cron jobs more frequently

run cron jobs more frequently than once per minute

Posted on 2023-11-18 | by root

Sometimes you might encounter situations when you need to run cron jobs more frequently than least possible option provided by crontab (1 minute). Although you should consider converting such tasks into daemons, in some cases it might really be enough to just solve it “quick and dirty” way. Here is how.

Continue reading →
Posted in Tips and tricks | Tagged cron, crontab

Recent Posts

  • bash generates random fun
  • exponential search in bash
  • dealing with float numbers in bash
  • loops in Linux shell scripts
  • negate something in regex using negative lookahead
  • convert wildcard in file name into relevant static file name
  • check ownership and permissions for absolute path easily
  • retrieving country codes from IP automatically
  • check if json is valid
  • redirect both stdout and stderr to same place

Archives

  • January 2025
  • August 2024
  • June 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
© 2025 shscripts.com | contact me: IN