> -----Original Message----- > From: Wendy Smoak [snip] > The permissions on the 'old' docs that came from the .war > files are wrong-- everything is executable. (Except a couple > of them that I started to fix, but I was doing it directory > by directory. There must be a better way, but 'chmod -R -x > *.html' doesn't recurse. Any ideas?)
try: find . -type d -exec chmod -x {}/*.html ";" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]