Hello,
I have some stuff to repert. See below.
~> date --version
date (GNU coreutils) 5.3.0
Geschrieben von David MacKenzie.
~> date
20110329
~> date "+%Y%m%d" -d "20110329 1 days ago "
20110328
~> date "+%Y%m%d" -d "20110328 0 days ago "
20110328
~> date "+%Y%m%d" -d "20110328 1 days ago "
20110326
~> date "+%Y%m%d" -d "20110328 2 days ago "
20110325
Best Regards
Igor Reicher