in reply to how to remove block of data from file based on string
Sorry; I can't answer your question because I can't understand it. Let me try to show you how I think you might ask.
I have the following input data:
| Input: |
|
I want to remove the string that starts with 'start', includes 'remove', and ends with 'end':
| Output: |
|
Of course this may not be what you want at all. Why not try to be a bit more explicit and we'll see what we can do to help?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: how to remove block of data from file based on string
by royalreddy (Initiate) on Mar 14, 2012 at 23:24 UTC | |
by Anonymous Monk on Mar 15, 2012 at 01:27 UTC | |
|