Re: Executing cronjob on every first business day of the month
- From: Jon LaBadie <jxlabadie@xxxxxxxxxx>
- Date: Fri, 01 Sep 2006 18:46:14 -0400
Meeaz wrote:
Hi,execute a cronjob every monday
We are running Sun Solaris 8 and I want to set a cronjob that executes
on every first "business" day of the month. The idea is to avoid
Saturdays and Sundays as the first day.
Pls help..
Thanks in Advance
it should check if day of month <= 7
if not, exit
if yes, exec real program you want
.
- References:
- Prev by Date: Re: Timestamp as a one-line-variable
- Next by Date: Re: Pivot data using awk
- Previous by thread: Re: Executing cronjob on every first business day of the month
- Next by thread: Re: Executing cronjob on every first business day of the month
- Index(es):
Relevant Pages
|