Nombre de répertoires dans un répertoire Linux

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