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. Any ideas?