Quote:
Originally posted by MrPopup
Just looking to see if anyone has any creative ideas....
I have a directory with about 200 standard HTML pages that I am trying to append into one BIG page.
Any thoughts on how I can do this quickly and easily?
|
Without parsing it, no idea.
if you have cygwin installed, you could use the cygwin version of sed to pull the body text out of each file pipe, and map over each directory list element.
or you could use sed to grab the body elements of "cat *.html" as suggested and pipe the result to out.html.