--- "Scott R. Godin" <scott.g@xxxxxxxx> wrote: > On Wed, 5 Jul 2006 08:11:30 -0700 (PDT), Al Sparks wrote: > [snip] > or if you just want the paths and not the extra info, remove the -l > find -type d -exec ls -d {} \; There's no difference in output between: find -type d and find -type d -exec ls -d {} \; === Al