I'd be inclined to use find and xargs to do selective chmodding,
rather than adding special cases to chmod.

find . -type d -print0 | xargs -0 chmod a+r


_______________________________________________
Bug-fileutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-fileutils

Reply via email to