![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help Required: Command to find IP address and command executed of a user | loggedout | Security | 2 | 08-06-2008 05:12 PM |
| how to? launch command with string of command line options | TinCanFury | Shell Programming and Scripting | 5 | 04-28-2008 03:06 PM |
| inconsistent ls command display at the command prompt & running as a cron job | rajranibl | Linux | 5 | 07-30-2007 05:26 AM |
| How to use more than one MPE command STREAM with Unix command in a single shell? | bosskr | HP-UX | 1 | 10-16-2006 01:16 PM |
| How to use more than one MPE command STREAM with Unix command in a single shell? | bosskr | Shell Programming and Scripting | 0 | 09-19-2006 06:44 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#8
|
|||
|
|||
|
Sir i told u that dnt be panic... :-)))))))
nyways...ur script is working fine boss... look, i have tride with ur sample file posted by u... and my script is b=`date +"%H"` TZ=`date +%Z`+24 ;a=`date +%Y-%m-%d` cat test.txt | grep "2008-01-30" | grep $b >> out.put.txt output i'm getting 2008-01-30 15:06:29,985 so it is correct. coz the sysdate is Thu Jan 31 15:57:36 IST 2008 so ur script is fine. no problem with that... try with a single file first. good luk... Regards, Panksj, |
| Forum Sponsor | ||
|
|
|
#9
|
||||
|
||||
|
ok....my system date is Thu Jan 31 04:45:42 CST 2008
and i want to grep 22nd hour in yesterday date i.e 2008-01-30. so i was thinking, if i add a value in hour variable in date format . i want a date format in which i can give values for hour or minute or seconds.... hope u got my point |
|
#10
|
|||
|
|||
|
date +%H%M%S
Regards, Pankaj |
|
#11
|
||||
|
||||
|
yeah,got ur point. but how to assign values ih this format
a=`date +"%H%M%S"` how to give H=22,here in this format so that i can grep 22nd hour |
||||
| Google The UNIX and Linux Forums |