On Thu, 11 Jan 2007, Carl Gherardi wrote: > Something like: > find directory -type f -exec chmod 644 {} \; > find directory -type d -exec chmod 755 {} \; yuck! I think you just illustrated lyndon's point about how much nicer zsh is. It still suffers from the kernel limit on the number of arg's though.