I dug into xargs with gdb and found that its maximum arg size is 24215. This despite its man page (describing the '-s' option) saying the default is 128Kib.

You could try using '-s 65536' or some larger number to avoid the error xargs is reporting in your test case.
HTH,

..mark

Reply via email to