Hi,
I need to run a script that uses a variable that is 30 days ago from the date the script is run. In looking over the previous questions I am currently getting the date by using:
date '+%Y/%m/%d'
I have tried several variations to subtract 30, but am having no luck.
I need to run a script that uses a variable that is 30 days ago from the date the script is run. In looking over the previous questions I am currently getting the date by using:
date '+%Y/%m/%d'
I have tried several variations to subtract 30, but am having no luck.