On Wed, 2007-11-21 at 04:39 -0500, William L. Maltby wrote:
> On Wed, 2007-11-21 at 10:04 +0100, Ralph Angenendt wrote:
> > find . -type f -exec chmod 123 {} +
> 
> Easier to type and more natural (for me). But less efficient than the
> xargs version since each file cause a new process to be spawned.

Wrong. + causes find to append as many items as possible.

-- 
Ignacio Vazquez-Abrams <[EMAIL PROTECTED]>

PLEASE don't CC me; I'm already subscribed

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to