On Tue, Mar 29, 2011 at 10:05:28AM +0200, Reicher, Igor, VF-DE wrote: > 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
What if you tries "20110329 12:00 n days ago"?
