Manage date in bash
am 31.10.2007 16:22:57 von patrickHi,
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
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
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
On 31 Ott, 16:26, 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) =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