bash-script: output text between two ocurrences of a specific string
I'm using a bash-script to search trough a couple of directories. if a specific string is found within one of the files, i want to output the text between two occurrences of the string DESCRIPTION. i guess one can grep or sed it, but my skills are a bit limited.
How would you go about solving this?
/Jonas
|