Hi. After struggling with this for a couple days, time to ask for help.
I run Linux Mint 18. I have a folder full of documents that I can edit fine in LibreOffice 5 with a .docx extension. I wish to concatenate these together. LibreOffice provides no way to combine these other than one at a time, manually. I went to the command line and used the following command:
cat file1.docx file2.docx >> new.docx.
Shockingly, this does NOT work. It is clear from the size of the resultant file that all the input files are there. However, I can only see one of them (the last one, I think) when I edit it in LibreOffice. I suppose I am naive to think this should work. I have searched the internet for an alternative. I find nothing (that I can understand). Is there another way to combine these files?
Thanks.