Manage date in bash

Manage date in bash

am 31.10.2007 16:22:57 von patrick

Hi,
do you know if exists a bash metods/function to do today date -1 day
or -2 day ecc?
example (object style)
today is 31102007, date.today(-1) = 30102007
Thanks

Re: Manage date in bash

am 31.10.2007 16:26:33 von Stephane CHAZELAS

2007-10-31, 08:22(-07), Patrick:
> do you know if exists a bash metods/function to do today date -1 day
> or -2 day ecc?
> example (object style)
> today is 31102007, date.today(-1) = 30102007

That's the most FAQ in this newsgroup. You should be able to
find zillions of answers in this newsgroup archive or in the
FAQ.

--
Stéphane

Re: Manage date in bash

am 31.10.2007 17:01:47 von patrick

On 31 Ott, 16:26, Stephane CHAZELAS wrote:
> 2007-10-31, 08:22(-07), Patrick:
>
> > do you know if exists a bash metods/function to do today date -1 day
> > or -2 day ecc?
> > example (object style)
> > today is 31102007, date.today(-1) =3D 30102007
>
> That's the most FAQ in this newsgroup. You should be able to
> find zillions of answers in this newsgroup archive or in the
> FAQ.
>
> --
> St=E9phane

could you write me a newsgroup link,please?
thanks