Skip to content

Convert crontab -l output into useful human-readable dates and times of execution

License

Notifications You must be signed in to change notification settings

MeekMark/crontab-explain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

crontab-explain

Convert crontab -l output into useful human-readable dates and times of execution

Example crontab entry:

40      */12     *       *       1-5       /home/oracle/bin/rman_archive_logfiles_rcat.sh

When output is piped to crontab_explain.pl the output is

At 40 minutes of every 12 hours; on every day of every month that fall on Mon, Tue, Wed, Thu, Fri invoke the command: /home/oracle/bin/rman_archive_logfiles_rcat.sh

About

Convert crontab -l output into useful human-readable dates and times of execution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages