The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com



UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
how do you get input of a file to calculations nadman123 Shell Programming and Scripting 6 04-11-2008 03:14 AM
Time Calculations Nysif Steve UNIX for Dummies Questions & Answers 5 09-14-2007 08:49 AM
Non-integer calculations in bash jeriryan87 Shell Programming and Scripting 2 06-27-2007 04:17 PM
Time difference calculations satnamx Shell Programming and Scripting 1 07-26-2006 07:44 AM
Float calculations sharmavr UNIX for Dummies Questions & Answers 1 07-26-2006 02:18 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rating: Thread Rating: 1 votes, 4.00 average. Display Modes
  #1 (permalink)  
Old 05-16-2006
mitschcg mitschcg is offline
Registered User
  
 

Join Date: May 2006
Posts: 2
Question Date Calculations

I need to be able to use the current date and calculate 7 days ago to be stored in another variable to be passed to a file in my Unix shell script. I need the date in the following format:

date '+%m/%d/%Y'
or
05/16/2006

How do I calculate date minus 7 days or 1 week ago?
  #2 (permalink)  
Old 05-16-2006
vgersh99's Avatar
vgersh99 vgersh99 is online now Forum Staff  
Moderator
  
 

Join Date: Feb 2005
Location: Boston, MA
Posts: 5,119
.... by reading the FAQs
  #3 (permalink)  
Old 06-01-2006
mitschcg mitschcg is offline
Registered User
  
 

Join Date: May 2006
Posts: 2
Unhappy Doesn't work...

I read through the FAQs and still could not find a solution that works. One solution fails if the date is the 1st, like today (6/1/2006). I think that I'm going to have to go with another selection of using sqlplus to get the date from Oracle.
  #4 (permalink)  
Old 06-01-2006
vgersh99's Avatar
vgersh99 vgersh99 is online now Forum Staff  
Moderator
  
 

Join Date: Feb 2005
Location: Boston, MA
Posts: 5,119
Quote:
Originally Posted by mitschcg
I read through the FAQs and still could not find a solution that works. One solution fails if the date is the 1st, like today (6/1/2006). I think that I'm going to have to go with another selection of using sqlplus to get the date from Oracle.
Even none of those?
  #5 (permalink)  
Old 07-03-2008
nayanasavio nayanasavio is offline
Registered User
  
 

Join Date: Jul 2008
Posts: 1
Re: Date Calculations

hi there,
date -d '1 week ago'
or
date -d '7 days ago'
will give the date and time of exactly a week ago.
You can use '1 month ago' 'yesterday', '2 hours ago', etc..
For future dates, use 'tomorrow', '2 hours now', '1 week now', etc

Any date before/after any time period can be displayed this way.

Month=$(date -d '1 week ago' +%m)
Day=$(date -d '1 week ago' +%d)
Year=$(date -d '1 week ago' +%y)

echo $Month "/" $Day "/" $Year
  #6 (permalink)  
Old 07-03-2008
vgersh99's Avatar
vgersh99 vgersh99 is online now Forum Staff  
Moderator
  
 

Join Date: Feb 2005
Location: Boston, MA
Posts: 5,119
Quote:
Originally Posted by nayanasavio View Post
hi there,
date -d '1 week ago'
or
date -d '7 days ago'
will give the date and time of exactly a week ago.
You can use '1 month ago' 'yesterday', '2 hours ago', etc..
For future dates, use 'tomorrow', '2 hours now', '1 week now', etc

Any date before/after any time period can be displayed this way.

Month=$(date -d '1 week ago' +%m)
Day=$(date -d '1 week ago' +%d)
Year=$(date -d '1 week ago' +%y)

echo $Month "/" $Day "/" $Year
this is GNU-ism and is not guaranteed to be installed.
  #7 (permalink)  
Old 03-06-2009
haris haris is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 25
can anybody help me on this its urgent

i have a script named date1 with its content as follows:

echo "enter date:\c"
read date

if [ -z "$date" ]
then
echo "Please enter the date"
fi


now when the run the script and enter the date in say

05032009

then i want to print o/p as

05 March 2009

how do i do this

thanks,
haris
Sponsored Links
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 03:30 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0