![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| crontab entry to run every last day of the month | tads98 | Shell Programming and Scripting | 9 | 01-09-2009 12:52 PM |
| CRONTAB: Every second Tuesday of the month | Cameron | UNIX for Dummies Questions & Answers | 2 | 06-02-2008 10:50 PM |
| Schedule to run every 3 minutes - CRONTAB | prashanth_gs | SUN Solaris | 4 | 02-20-2007 07:52 AM |
| Crontab Job - Schedule | prashanth_gs | SUN Solaris | 7 | 12-04-2006 05:03 AM |
| Cron to schedule 1st Wednesday of every Month?? | bradtri | Shell Programming and Scripting | 5 | 10-20-2004 01:12 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Instead of the first five fields, one of eight special strings may appear:
string meaning ------ ------- @reboot Run once, at startup. @yearly Run once a year, "0 0 1 1 *". @annually (same as @yearly) @monthly Run once a month, "0 0 1 * *". @weekly Run once a week, "0 0 * * 0". @daily Run once a day, "0 0 * * *". @midnight (same as @daily) @hourly Run once an hour, "0 * * * *". ================== so based on above 0 0 * 1-12 4 <<< this cron schedule will run at midnight each month on thursday? or will this trigger every thursday every month?? |
|
||||
|
ok found the answer...
zazzybob Registered Geek Join Date: Dec 2003 Location: Melbourne, Australia Posts: 2,100 22 09 * 1-12 3 /easdwld/audit/dev/bin/purge.audit That won't work - that'll run every wednesday. The OP wants the first wednesday of each month. Cheers ZB |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|