Advance 2 Days


 
Thread Tools Search this Thread
Operating Systems Solaris Advance 2 Days
# 1  
Old 09-15-2009
Advance 2 Days

Hi,


Anyone can help me, how to used the advance 2 days?

today is : 20090915

i need to get the date : 20090917 in the OS level


Thanks,
DBM
# 2  
Old 09-15-2009
What do you mean by OS level ??

Ok, by the date command it is.,
Code:
$ date
Tue Sep 15 11:34:49 IST 2009
$ date --date="2 days"
Thu Sep 17 11:34:48 IST 2009

This is what you meant or something else ?
# 3  
Old 09-15-2009
thegeek,

I'm using Solaris, I run these command but get some errors;

$ date --date="2 days"
date: illegal option -- date=2 days
usage: date [-u] mmddHHMM[[cc]yy][.SS]
date [-u] [+format]
date -a [-]sss[.fff]

Regards,
DBM
# 4  
Old 09-15-2009
Just wait for between 24 to 48h and you'll be done Smilie
# 5  
Old 09-15-2009
the format is:

date MMDDHHMMYR
so to set my date to 09/17/09 at 10:00 it would be

date 0917100009
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Advance conditional grep command

Hi guys, I need your help to use advance grep command, In my example below, I have 5 container which has some information on it, and I need to grep specific word "PLMNCode=454F00" which will not only grep the line contains that word, but I need to print the output for the whole container. Input... (6 Replies)
Discussion started by: hapalon
6 Replies

2. Debian

Squid Advance problem.

Hi There I have a network where im running squid proxy in transparent mode. All sites are blocked by default and the users can only browse sites listed in a file called allowed-sites. I have to block a group of users in department A from accessing 5 sites that the rest of the company can access.... (0 Replies)
Discussion started by: linuxjunkie
0 Replies

3. Shell Programming and Scripting

Advance file parsing...

hi all i have a file of the format Time(starting from 0 in asc order) bytes service flags protocols e.g. 0, 0, 0, 56, 56 1, 524, 3, 6, 75 1, 624, 0, 43, 53 2, 72, 0, 43, 80 3, ... (1 Reply)
Discussion started by: vaibhavkorde
1 Replies

4. Programming

Advance FIND Command

Hi, I have to find jar file name and its path by passing it containing class file name, jar is a kind of zip. by using following command I am able to get jar file name by passing class file name. find -name "*.jar" -exec grep "CLASSNAME" {} \; find -name "*.jar" -exec grep... (3 Replies)
Discussion started by: niceboykunal123
3 Replies

5. UNIX for Advanced & Expert Users

Help needed Urgently... Thanks in advance

You have a file called /opt/test/input.txt with the following information: man_aa_bld_100.410.040_CMD 08/14/2008 23:29:21 08/14/2008 23:31:10 SU 5339491/1 man_aa_bld_100.410.050_CMD 08/14/2008 23:29:21 08/14/2008 23:31:11 SU 5339491/1 man_aa_bld_100.410.060_CMD 08/14/2008 ... (3 Replies)
Discussion started by: jkumsi
3 Replies

6. UNIX for Advanced & Expert Users

Regarding Advance installation

Hi to all, I have one doubt in unix/linux installation. There are two systems in which one is Sparc system having no CD-Rom, No O/S and fresh Hard disk and another system is having windows O/S. Now, can i install unix or linux o/s in the Empty Sparc System by using other system which is... (1 Reply)
Discussion started by: sasidarvarma
1 Replies

7. Shell Programming and Scripting

Advance string pattern search Please

Here is my problem.. 1. I want to search all those files with file name starting AJ128**** (in all the sub directories also) 2. I want to search for the follwoing type of string line beging with string - 'AK*any_1_char*any_2_char*510' 3. I need to display list of file names... (2 Replies)
Discussion started by: sainj
2 Replies

8. Shell Programming and Scripting

A more advance Alias

Hey all, I want to go ahead and create a alias for the command /bin/passwd. But I want to do this so that it will/can detect if the -r option is added to the command as well...Can this be done... For example if the user enters: # passwd --> Alias will issue /bin/passwd -r # passwd -r... (0 Replies)
Discussion started by: msbutton27
0 Replies
Login or Register to Ask a Question