also sprach Craig <[EMAIL PROTECTED]> [2002.04.22.0948 +0200]:
> Does anyone know how I can tell chmod that I want
> 664 permissions on files and 2770 permissions on
> directorys without having to cycle through them
> individually ?>

find . -type f | xargs chmod 644
find . -type d | xargs chmod 2770

-- 
martin;              (greetings from the heart of the sun.)
  \____ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
  
fermentation fault.
coors dumped.

Attachment: msg06161/pgp00000.pgp
Description: PGP signature

Reply via email to