bug-coreutils
[Top][All Lists]
Advanced

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

Re: feature request: zero-terminated lines for comm


From: Brian Dessent
Subject: Re: feature request: zero-terminated lines for comm
Date: Sun, 09 Sep 2007 18:23:38 -0700

James Youngman wrote:

> While that is true, those utilities already coped with the space
> character (for example, with "find -print" and "xargs -L").

xargs cannot cope with filenames containing spaces without -0/-print0.

$ echo -e "one two\nthree four" | xargs showargs
argv[0] = 'showargs'
argv[1] = 'one'
argv[2] = 'two'
argv[3] = 'three'
argv[4] = 'four'

I don't see how the xargs -L option has anything to do with the
situation.

Brian




reply via email to

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