Prev: Max # of files allowed in directory under UFS & under VxFS(Veritas File System) in Solaris 10
Next: ***Beginner Question*** Cron job to run on last Sunday eachmonth in Solaris 10
From: underh20 on 19 May 2010 17:20 Hello, Our server is running Solaris 10. I need to run a cron job at 6am on last Sunday of every month starting from the last Sunday this month in May. The current cron job below runs on every Sunday. How could we modify it to run on last Sunday only in each month for the next 3 years ? Thanks, Bill 0 6 * * 0 /usr/bin/script |