grep -c ^processor /proc/cpuinfo
Src:http://stackoverflow.com/questions/6481005/obtain-the-number-of-cpus-cores-in-linux
grep -c ^processor /proc/cpuinfo
Src:http://stackoverflow.com/questions/6481005/obtain-the-number-of-cpus-cores-in-linux
A) Using mutool
apt-get install mupdf-toolsmutool merge [options] file1 [pages] file2 [pages] ...
Options:
B) Using pdfunite. If needed, install poppler package
example uses:
pdfunite in-1.pdf in-2.pdf in-n.pdf out.pdf
pdfunite *.pdf out.pdfSrc:http://stackoverflow.com/questions/2507766/merge-convert-multiple-pdf-files-into-one-pdf