The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM


Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
grep or awk problem, unable to extract numbers baghera Shell Programming and Scripting 7 08-31-2007 01:42 PM
Getting 'out of range' when partitioning pmichner UNIX for Dummies Questions & Answers 1 09-29-2006 10:51 PM
Fill in missing numbers in range bistru Shell Programming and Scripting 5 05-16-2006 11:42 PM
How to keep(or grep) range of line ? aungomarin Shell Programming and Scripting 1 05-08-2006 08:19 PM
grep for non numbers shihabvk Shell Programming and Scripting 6 09-20-2005 06:06 PM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-08-2005
Registered User
 

Join Date: Mar 2005
Location: Hyderabad, India
Posts: 22
grep numbers range

I want to grep a range of numbers in a log file. My log file looks like this:

20050807070609Z;blah blah
That is a combination of yr,month,date,hours,minutes,seconds.
I want to search in the log file events that happened between a particular time.
like between 20050807070000 to 20050822070000 i.i all events happened between 7thAugust 7am until 22nd August 7am.

I tried with grep but in vain.

Help

Thanks
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 08-08-2005
vino's Avatar
Supporter (in vino veritas)
 

Join Date: Feb 2005
Location: Bangalore, India
Posts: 2,662
Use sed.

Assuming you have the start date and end date,

sed -n -e '/20050807070000/,/20050822070000/p' log.file

Vino
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 01:32 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0