reassign 313028 pbuilder,findutils
# temporarily co-assigned to push it on my radar
thanks
On 2005-06-12 Junichi Uekawa <[EMAIL PROTECTED]> wrote:
> Hmm... This is a question to findutils maintainer.
> I know I can fix the problem with the following patch,
> > - find "$1" \( \! -type d \) -a -x
Hmm... This is a question to findutils maintainer.
I know I can fix the problem with the following patch,
> - find "$1" \( \! -type d \) -a -xdev -print0 |xargs -0 rm -f
> + find "$1" -xdev \( \! -type d \) -a -print0 | xargs -0 -n 10 rm -f
But why does xargs bail out with this without it? :
2 matches
Mail list logo