On Wed, 2002-04-10 at 10:10, Markham, Richard wrote: > i'm trying to list only directories in the current dir without > and recursive listing. ls -d only shows '.' . > find . -type d -name "*" shows directories but is recursive. Find . -type d -maxdepth 1 Greg -- Portland, Oregon, USA.