![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| extract data from a data matrix with filter criteria | ssshen | Shell Programming and Scripting | 7 | 04-16-2009 11:38 AM |
| How to extract last week data from a log | praveenvi | Shell Programming and Scripting | 5 | 05-22-2008 12:32 PM |
| how to extract data from tape. | djahmed | UNIX for Dummies Questions & Answers | 1 | 05-22-2008 08:21 AM |
| Help: Log data extract | kenm0j0 | Shell Programming and Scripting | 1 | 10-01-2007 09:02 AM |
| extract data from file | apalex | Shell Programming and Scripting | 2 | 04-27-2002 02:24 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
data extract from dates
I have a 1 GB file.I want to take the information for last one month from that file.
Say i want to extract data from May 1st. File contents below. 193.135.218.124 - - [19/May/2009:01:42:09 -0700] "GET /jsp/acafai/supplier/notification.htm HTTP/1.1" 200 38531 193.135.218.124 - - [19/May/2009:01:42:09 -0700] "GET /images/2_aca_fai.gif HTTP/1.1" 200 833 193.135.218.124 - - [19/May/2009:01:42:09 -0700] "GET /jsp/acafai/supplier/arrow16.gif HTTP/1.1" 200 920 193.135.218.124 - - [19/May/2009:01:42:09 -0700] "GET /jsp/acafai/supplier/pdf.gif HTTP/1.1" 200 1691 193.135.218.124 - - [19/May/2009:01:42:09 -0700] "GET /jsp/acafai/supplier/ppt.gif HTTP/1.1" 200 189 193.135.218.124 - - [19/May/2009:01:42:09 -0700] "GET /jsp/acafai/supplier/vendorid.gif HTTP/1.1" 304 0 193.135.218.124 - - [19/May/2009:01:42:09 -0700] "GET /images/spm_secured.gif HTTP/1.1" 200 60319 193.135.218.124 - - [19/May/2009:01:42:09 -0700] "GET /jsp/acafai/supplier/word.gif HTTP/1.1" 200 193 193.135.218.124 - - [19/May/2009:01:42:09 -0700] "GET /jsp/acafai/supplier/faicontactinfo.JPG HTTP/1.1" 200 50520 193.135.218.124 - - [19/May/2009:01:42:09 -0700] "GET /jsp/acafai/supplier/editfai.JPG HTTP/1.1" 200 43789 193.135.218.124 - - [19/May/2009:01:42:10 -0700] "GET /jsp/acafai/supplier/FAI%20Attachement.jpeg HTTP/1.1" 200 26810 193.135.218.124 - - [19/May/2009:01:42:10 -0700] "GET /jsp/acafai/supplier/TotalFAISubApr2009.JPG HTTP/1.1" 200 62144 193.135.218.124 - - [19/May/2009:01:42:10 -0700] "GET /jsp/acafai/supplier/FAIbyDispApr2009.JPG HTTP/1.1" 200 61998 193.135.218.124 - - [19/May/2009:01:42:10 -0700] "GET /jsp/acafai/supplier/TotalFAISubMar2009.JPG HTTP/1.1" 200 44410 193.135.218.124 - - [19/May/2009:01:42:10 -0700] "GET /jsp/acafai/supplier/FAIbyRejApr2009.JPG HTTP/1.1" 200 48146 193.135.218.124 - - [19/May/2009:01:42:10 -0700] "GET /jsp/acafai/supplier/FAIbyRejMar2009.JPG HTTP/1.1" 200 51507 193.135.218.124 - - [19/May/2009:01:42:10 -0700] "GET /jsp/acafai/supplier/FAIbyDispFeb2009.JPG HTTP/1.1" 200 41910 |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|