Date arithmetic in Unix shell scripts - Stack Overflow
I need to do date arithmetic in Unix shell scripts that I use to control the execution of third party programs. I'm using a function to increment a day and another to decrement:
stackoverflow.com |