> 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
- Re: New feature for chmod (and I'm surprised nobody got... Brendan Byrd
- New feature for chmod (and I'm surprised nobody go... David J. MacKenzie
- New feature for chmod (and I'm surprised nobody go... Brendan Byrd