I am trying to set up a cronjob to run on the last sunday of each month. This is what I have accomplished.
Right now, it is running every sunday at 10 PM.
0 22 * * 0 /usr/basys_bin/clean_cups_cache.sh
I am trying to set up a cronjob to run on the last sunday of each month. This is what I have accomplished.
Right now, it is running every sunday at 10 PM.
0 22 * * 0 /usr/basys_bin/clean_cups_cache.sh