Количество каталогов в каталоге Linux
# this is the answer without using find
ls -lR | grep ^d | wc -l
Karamolegkos
# this is the answer without using find
ls -lR | grep ^d | wc -l