Find Month first Working Day

Hi,
I would like to calculate 1st working/Business day of each month.

Exp:

1st -Oct-2011 is Saturday--- Non Business Day

So the Next Working Day would be 3-Oct-2011

I need a shell script to calculate the month first business date.

Anything you tried yet?

There is a recent post similar to this one: http://www.unix.com/shell-programming-scripting/169937-calculating-12th-working-day.html

There you will find another link with how to do this: http://www.ehow.com/how_5084439_calculate-days-between-two-dates.html

I hope it helps!

check this link and in this link you will find different way and flavour to your question

http://www.unix.com/shell-programming-scripting/142087-how-find-first-working-day-month.html