bug-findutils
[Top][All Lists]
Advanced

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

Re: bug in FIND: argument list too damn long using -exec chmod 440 {} +


From: Bob Proulx
Subject: Re: bug in FIND: argument list too damn long using -exec chmod 440 {} +
Date: Wed, 29 Mar 2006 01:11:24 -0700
User-agent: Mutt/1.5.9i

James Youngman wrote:
> Bob Proulx <address@hidden> wrote:
> >   Subject: bug in FIND: argument list too damn long using -exec chmod 440 
> > {} +
> >
> > But that should not suffer from an argument list too long problem.
> > The command is being executed one at a time for every matching file.
> 
> No, the "+" suffix makes find replace the {} with a number of
> filenames.   It's a POSIX thingm and a relatively new feature for
> findutils.

Ah, very good.  I have not been keeping up.  I had thought it was a
non-; flavor of ; to avoid the shell metacharacter and the need to
quote it.  Thanks for the education.  I am reading the docs in detail
now.

Bob




reply via email to

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