The Wanderer wrote:
However, it also had the side effect of producing null-terminated lines,
such that xargs could parse it cleanly even if the input contained
spaces. Without the ability to produce null-terminated input segments,
xargs will not work on most datasets.

Maybe this helps?
<...> | tr '\n' '\0' | xargs -0 <...>

--
Matthew
Sending this e-mail does not constitute endorsement of the contents; I may change my mind later.



_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to