Liczba katalogów w katalogu 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