![]() |
|
|
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 |
| Seems Complicated but would b happy if its possible | anushree.a | Shell Programming and Scripting | 6 | 05-28-2008 06:25 AM |
| complicated(?) grep | khearnen | UNIX for Dummies Questions & Answers | 5 | 04-07-2008 01:03 PM |
| More complicated log parsing | sjug | Shell Programming and Scripting | 25 | 06-13-2007 10:33 AM |
| Very complicated script.. | rocinante | Shell Programming and Scripting | 5 | 06-08-2007 11:56 AM |
| Complicated string searching in a file | nir_s | Shell Programming and Scripting | 5 | 09-21-2005 08:51 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
complicated search within file
Hi,
I have following problem. I have a file with time stamps and some data describing what happened between time stamps. Something like this: 10:00 meeting with K meeting with L 11:00 lunch 12:00 work with K 13:00 From this file I have to get a file with time stamps and lines between them only if K was mentioned. So in this example the resulted file will be: 10:00 meeting with K meeting with L 11:00 12:00 work with K 13:00 Any help will be greatly appreciated. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|