Répertoires de la liste Linux
ls -d */
Mellow Cobra
ls -d */
for d in */ ; do
echo "$d"
done
find . -type d -iname "<your regex>" -printf '%f\n'