View Single Post
Old 09-24-2002, 09:10 PM  
fnet
Confirmed User
 
Join Date: Jul 2002
Posts: 1,721
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.
__________________
the sound of one hand googlewhacking
fnet is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote