[Dovecot] 1.0.rc10 released

Logan Shaw lshaw at emitinc.com
Tue Oct 17 19:25:09 UTC 2006


On Tue, 17 Oct 2006, Noel Jones wrote:
> On 10/17/06, Geert Hendrickx <ghen at telenet.be> wrote:
>> On *BSD you can also use find -X which properly quotes the results.
>
> Nope, find -X skips files with strange characters. find -print0 |
> xargs -0 is the proper solution.
> $ man find

If you want to use a non-portable construct like "-print0", then
there is a better way:  use a "find" with built-in "xargs"-style
functionality, like the "find" in recent versions of Solaris.


More information about the dovecot mailing list