On Sun, Nov 21, 2010 at 2:55 AM, Stephen McKay wrote:
> Author: mckay
> Date: Sun Nov 21 10:55:16 2010
> New Revision: 215615
> URL: http://svn.freebsd.org/changeset/base/215615
>
> Log:
> xargs can be fooled by exiting children that it did not start, causing
> it to kick off a new command befor
On Sunday, 21st November 2010, Stephen McKay wrote:
>Log:
> xargs can be fooled by exiting children that it did not start, causing
> it to kick off a new command before the previous has finished, resulting
> in corrupted (interleaved) output. It is also fooled by non-exiting
> children it did
Author: mckay
Date: Sun Nov 21 10:55:16 2010
New Revision: 215615
URL: http://svn.freebsd.org/changeset/base/215615
Log:
xargs can be fooled by exiting children that it did not start, causing
it to kick off a new command before the previous has finished, resulting
in corrupted (interleaved)