I need to catch a CSV portion of a text file from a REGEXP until the second blank line. Something like below:
garbage garbage
garbage garbage
garbage garbage
REGEXP
data,data,data
data,data,data
garbage garbage
garbage garbage
garbage garbage
Any ideas how to do this in sed or perl will be greatly appreciated.
Will display:
If you don’t want to display
REGEXP: