Saturday, March 3, 2012

Linux Date Commands

Command to find out the date 2 weeks ago and format in %Y/%m/%d

date --date='-14 days' '+%Y/%m/%d'