Jumlah direktori dalam direktori Linux

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