26
11
Say I have a text file like this:
# custom content section
a
b
### BEGIN GENERATED CONTENT
c
d
### END GENERATED CONTENT
I'd like to replace the portion between the GENERATED CONTENT
tags with the contents of another file.
What's the simplest way to do this?
Nice job. Much simpler than mine. :) – Dr Kitty – 2012-06-22T06:12:01.387