> Ever ran a "chmod -x *" command, but hate having to go back and re-chmod 
> the directories?  Now you don't have to with a "chmod -d -X *" command.

Is the goal to make only the directories executable?  There's
already a simple way to do that:

chmod a-x *; chmod a+X *


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

Reply via email to