![]() |
|
|
|
|
|||||||
| 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 |
| 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 |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
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 |
| Forum Sponsor | ||
|
|