bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: find does not escape embedded spaces


From: Paul Jarc
Subject: Re: find does not escape embedded spaces
Date: Tue, 24 Dec 2002 05:26:11 -0500
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i686-pc-linux-gnu)

Andrew Robb <address@hidden> wrote:
> It would be useful to be able to configure find to
> escape\ embedded\ spaces\ in\ file\ names.
> This would enable the output to be piped to xargs.

Try find ... -print0 | xargs -0 ...


paul



reply via email to

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