1

I know there are sites out there that can tell you, from a cronjob time setup, when are the next times something will fire up.

Is there a command on GNU/Linux that could be used to know when will be the next times the cronjob setup will run? Like, list me the next 5 times each one of the lines setup in my crontab will run? Preferably CLI-based.

3
  • Related to: unix.stackexchange.com/questions/185642/… Commented Feb 22, 2021 at 17:23
  • Interesting. Nothing standard? Even better if it were part of the cron (anacron?) tools themselves. Commented Feb 22, 2021 at 17:51
  • systemd-analyze calendar works really well for this for systemd timers giving the next time the timer will elapse in UTC, local, and relative time from now. Not sure about cron though. Commented Feb 22, 2021 at 20:56

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.