x260:/test $ find . -type d -maxdepth 1 . ./testdirectory x260:/test $ find . -type d -maxdepth 1 -mindepth 1 ./testdirectory x260:/test $