Josh Tolbert wrote:
On Wed, Feb 28, 2007 at 11:33:14PM +0000, Vince wrote:
or just
find /path/to/dirs -type d -exec chmod 755 {} \;
should do it.

Fair enough; I generally prefer the xargs method in case I have to do any more
processing later. Also, xargs' batching may potentially save you a bit of
time, but I doubt that'd be noticable.

True, for anything more complex xargs is invaluable.

Vince


Thanks,

Josh

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to