Anzahl der Verzeichnisse in einem Verzeichnis Linux

# this is the answer without using find
ls -lR | grep ^d | wc -l
Karamolegkos