[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [Linux-cluster] GNU date on RHES 4.x
- From: Hugo Lombard <hal elizium za net>
- To: linux clustering <linux-cluster redhat com>
- Subject: Re: [Linux-cluster] GNU date on RHES 4.x
- Date: Sun, 30 Jan 2011 07:13:58 +0200
On Sun, Jan 30, 2011 at 12:15:25PM +0800, sunhux G wrote:
> I'm trying to get yesterday's date in YYYYMMDD format.
> Anyone know if RHES 4.x has GNU date that allows
> yesterday=$(date -d "-1 day" '+%Y%m%d')
>
Does this help?
$ yesterday=$(date -d "-1 day" '+%Y%m%d')
$ echo $yesterday
20110129
$ date
Sun Jan 30 07:10:59 SAST 2011
$ cat /etc/issue
CentOS release 4.8 (Final)
Kernel \r on an \m
$ date --version
date (coreutils) 5.2.1
Written by David MacKenzie.
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ which date
/bin/date
$ rpm -qf /bin/date
coreutils-5.2.1-36.el4.centos
$
--
Hugo Lombard
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]