![]() |
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 |
| select some text from a test dependng on pattern | mnmonu | Shell Programming and Scripting | 3 | 06-02-2009 12:39 AM |
| Select everything before a pattern | usha rao | Shell Programming and Scripting | 15 | 05-19-2009 03:25 PM |
| extract/select pattern from input | TehOne | Shell Programming and Scripting | 4 | 10-15-2008 02:55 AM |
| How to select lines in unix matches a pattern at a particular position | cs_banda | UNIX for Dummies Questions & Answers | 2 | 10-06-2006 03:28 PM |
| Search file for pattern and grab some lines before pattern | frustrated1 | Shell Programming and Scripting | 2 | 12-22-2005 03:41 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Select a pattern from file
Hi,
I have a requirement to select only a specific pattern from a flat file and delete its occurance. For eg. If my file contains : Code:
<A1>1234</A1> <A2>5678</A2> <ABC>1234</ABC> <A3>0987</A3> Code:
<A1>1234</A1> <A2>5678</A2> <A3>0987</A3> Contents inside the tag<ABC>can change in various file. Thanks in advance. Last edited by Yogesh Sawant; 07-09-2009 at 04:35 AM.. Reason: added code tags |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|