qpdf --empty --pages *.pdf -- joined.pdf
i.e. some stuff and junk about Python, Perl, Matlab, Ruby, Mac X, Linux, Solaris, ...
Friday, April 07, 2023
Monday, March 20, 2023
Monday, February 27, 2023
Linux: Copy all files from subdirectories into one folder
find zfiles/* -type f -mindepth 2 -print0 | xargs -0 cp -t ./sub1
Subscribe to:
Posts (Atom)