Mar 062021
On linux to concatenate multiple PDF files you can use command pdfunite.
E.g. to concatenate three files as all.pdf
pfdunite file1.pdf file2.pdf file3.pdf all.pdf
If command not available, on Debian distribution or derivates (e.g. Ubuntu), you can install it using command:
apt-get install poppler-utils