this post was submitted on 14 Mar 2025
181 points (98.4% liked)
[Moved to [email protected], check pinned post.] iiiiiiitttttttttttt.
907 readers
1 users here now
you know the computer thing is it plugged in?
Moved to [email protected].
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
With
pdftk
it'spdftk $(ls -v *.pdf) cat output merged.pdf
for all pdf files in the directory andpdftk a.pdf b.pdf cat output merged.pdf
for specific files.