Got a large text file and I want to output a certain block of lines from
within that text file that fall between two patterns:

<element7>
This is the stuff I want outputed
</element7>

$ somecommand -start "<element7>" -stop "<element7>"

would output "This is the stuff I want outputed".   I figured some sed guru
had this thing handy.

Thanks very much!
-eric wood






_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to