![]() |
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 |
| Extracting Text Between Two Unique Lines | Grizzly | Shell Programming and Scripting | 4 | 09-18-2009 05:20 AM |
| Comparing 2 files and return the unique lines in first file | shekhar_v4 | Shell Programming and Scripting | 8 | 01-29-2009 10:34 AM |
| Need to remove lines | kumar66 | Shell Programming and Scripting | 5 | 10-06-2008 04:00 PM |
| extracting unique lines from text file | soliberus | Shell Programming and Scripting | 3 | 08-22-2008 10:18 AM |
| How to count lines - ignoring blank lines and commented lines | kthatch | UNIX for Dummies Questions & Answers | 6 | 05-25-2007 01:21 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Remove All Lines Between Two Unique Lines
Hi all! Im wondering if its possible to remove all lines between two lines. Im working with a document like this:
data1 data2 <Remove> data3 data4 </Remove> data5 data6 I need it to end up like this if that possible: data1 data2 data5 data6 There are multiple instances of the <Remove> </Remove> in the document. |
| Bookmarks |
| Tags |
| awk, lines, remove, sed, text |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|