Hi.
For a bash shell script In OS X 10.4 , how can I subtract 1 day from the current date? So that it works crossing over months, and in the format YYYYMMDD
something like:
if today is 20080501
newdate=date-1
so newdate would be 20080431
Thanks,
AD
Start Free Trial