> Is there a quick and easy way to merge several html docs into
> one file? Can the images also be merged at the same time?

  Have you tried cat'ing them with something like:

cat file,file,file,etc > newfile (to copy them to another)
cat file,file,file,etc >> newfile (to move them to another)

  I don't often cat to file, so you might want to fool with it --
or better, read the man file.

  Meph

-- 
  "I did this 'cause Linux gives me a woody."
  -Dave '-ddt->' Taylor, announcing DOOM for Linux


Reply via email to