[Bug 11441] xargs: fails with "argument line too long"

bugzilla at busybox.net bugzilla at busybox.net
Sat Nov 3 20:42:08 UTC 2018


https://bugs.busybox.net/show_bug.cgi?id=11441

--- Comment #12 from Steffen Nurpmeso <steffen at sdaoden.eu> ---
Actually it is really easy, just as you say:

  find /usr -type f | while read i; do printf "\"%s\"\n" "$i"; done |
/bin/busybox xargs echo bla

should do the trick.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list