I tried to print ~40 pages using the following combination of commands: find . -name "pref***.pdf" | xargs lp
The result was that a couple of pages were missed. I tried this four times with different set of files. The number of skipped pages is not fixed but it was around 5 pages. That makes it roughly 10%. The printer is Samsung ML-2161. Have anyone else faced this issue? Or anyone knows hows to fix this? It is cumbersome to verify big bunches of papers every time I print. --8<---------------cut here---------------start------------->8--- pankaj@anant:~$ uname -a Linux anant 5.10.0-11-amd64 #1 SMP Debian 5.10.92-1 (2022-01-18) x86_64 GNU/Linux pankaj@anant:~$ cat /etc/debian_version 11.2 --8<---------------cut here---------------end--------------->8--- Regards ~Pankaj