bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Feature request for cut and/or sort


From: Matthew Woehlke
Subject: Re: Feature request for cut and/or sort
Date: Mon, 23 Jul 2007 17:40:12 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.12) Gecko/20070509 Thunderbird/1.5.0.12 Mnenhy/0.7.4.0

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]