I'm trying to run a script in Bourne shell (solaris8) that executes on the first day of the month and passes the numeric representation of the previous month.
Getting the current month numeric is not a problem.
MONTH=`date +%m``
I just can't seem to remember how to add/subtract variables....
