Combining HTML documents.

Asked by Dave Allen

  I have several documents in HTML which I wish to combine into one, to get it loaded on to my Kindle reader, How can I do this?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

this may work:

cat file1.html file2.html > output.html

obviously change the file1 and file2 names to the actual names you have. Then try opening output.html in your favourite browser

Revision history for this message
Dave Allen (davidallen131) said :
#2

Thanks actionparsnip, that solved my question.