2 FAQ tagged "sed delete lines between pattern"
Viewing 1-2 of 2 FAQ -- Sed Find and Display Text Between Two Strings or Words :
Q. How do I find the text between the strings FOO and BAR inclusive using sed command line option?
- Delete text or paragraph between two sections using sed :
Q. How do I use sed for selective deletion of certain lines? I have text as follows in file:
Line 1
Line 2
WORD1
Line3
Line 4
WORD2
Line5
I would like to delete all lines between WORD1 and WORD2 to produce final output:
Line 1
Line 2
Line5
A. For selective deletion of certain lines sed is the best tool. To print all of file EXCEPT [...]
Viewing 1-2 of 2 FAQ - ( see all popular tags )


Recent Comments
Today ~ 1 Comment
Today ~ 2 Comments
Yesterday ~ 9 Comments
Yesterday ~ 32 Comments
07/04/2008 07:04 pm (2 days ago) ~ 1 Comment