Document my experience using Oracle pro*c/c++,pl/sql and vi editor. Blog examples,tips and general information.
date --date="yesterday"
To subtract 1 day from date in linux:
previous_date=`date -d "$(date +%Y-%m-%d) -1 days" +%Y%m%d`
No comments:
Post a Comment