#bash
Read more stories on Hashnode
Articles with this tag
Cron job to be scheduled on every last day of the month 59 23 28-31 * * [ "$(date +\%d -d tomorrow)" == "01" ] && /path/to/your/command Explanation...