Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Linux Programming & Scripting > Yesterday's date on Linux
 Linux Programming & Scripting   C, Perl, PHP, Bash Scripts, anything programming or script related post in here!

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 01-03-2008   #1 (permalink)
Just Joined!
 
Join Date: Jan 2008
Posts: 13
Yesterday's date on Linux

Hi,

OS: RedHad 4

I use below in my .sh script

DAY=`(date '+%a')`

how can I get DAY_1 to have yesterday's day and DAY_2 to have day for two days ago. No luck with the man pages

Thanks in advance for any help.
sape007 is offline  

Reply With Quote
Old 01-03-2008   #2 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 20,697
Send a message via Yahoo to devils casper
Hi and Welcome !

Code:
DAY_1=`(date --date='1 days ago' '+%a')`
DAY_2=`(date --date='2 days ago' '+%a')`
echo $DAY_1 $DAY_2
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Old 01-03-2008   #3 (permalink)
Just Joined!
 
Join Date: Jan 2008
Posts: 13
Thank you very much.
sape007 is offline   Reply With Quote
Old 01-03-2008   #4 (permalink)
Linux Engineer
 
wje_lf's Avatar
 
Join Date: Sep 2007
Location: Mariposa
Posts: 1,192
Since my man page doesn't cover that little trick, I went a'googling. I found enough info to help me write this demonstration script:
Code:
#!/bin/bash

set -o verbose on
date
date --date=now
date --date=today # same thing
date --date='3 seconds'
date --date='3 seconds ago'
date --date='4 hours'
date --date='tomorrow'
date --date='1 day'
date --date='1 days'
date --date='yesterday'
date --date='1 day ago'
date --date='1 days ago'
date --date='1 week'
date --date='1 fortnight'
date --date='1 month'
date --date='1 year'
Running it gave this output:
Code:
date
Thu Jan  3 07:42:47 PST 2008
date --date=now
Thu Jan  3 07:42:47 PST 2008
date --date=today # same thing
Thu Jan  3 07:42:47 PST 2008
date --date='3 seconds'
Thu Jan  3 07:42:50 PST 2008
date --date='3 seconds ago'
Thu Jan  3 07:42:44 PST 2008
date --date='4 hours'
Thu Jan  3 11:42:47 PST 2008
date --date='tomorrow'
Fri Jan  4 07:42:47 PST 2008
date --date='1 day'
Fri Jan  4 07:42:47 PST 2008
date --date='1 days'
Fri Jan  4 07:42:47 PST 2008
date --date='yesterday'
Wed Jan  2 07:42:47 PST 2008
date --date='1 day ago'
Wed Jan  2 07:42:47 PST 2008
date --date='1 days ago'
Wed Jan  2 07:42:47 PST 2008
date --date='1 week'
Thu Jan 10 07:42:47 PST 2008
date --date='1 fortnight'
Thu Jan 17 07:42:47 PST 2008
date --date='1 month'
Sun Feb  3 07:42:47 PST 2008
date --date='1 year'
Sat Jan  3 07:42:47 PST 2009
__________________
--
Bill

Old age and treachery will overcome youth and skill.
wje_lf is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
maximum of partitions in linux? sf433 Installation 11 08-28-2005 11:33 PM
About the 2.6 Kernel jasonlambert Linux Tutorials, HOWTO's & Reference Material 0 08-10-2003 05:54 PM

Free Magazines
Free Network Mapping Tool for Microsoft® Office Visio® Professional 2007 Users
Don't map your network by hand – let LANsurveyor Express for Microsoft Visio Professional 2007 automatically create network diagrams for you.
subscribe
Free eBook:"Vulnerability Management for Dummies"
Get all the Facts and See How to Implement a Successful Vulnerability Management Program.
subscribe
Google vs The World: The Battle of the Message Security Vendors
With such a powerful name behind it, Google Message Security stands out in a sea of products that do exactly the same thing - or so they say.
subscribe

Safe, Secure Backup


All times are GMT. The time now is 02:32 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2