Answers for "list number of directory in each subdirectory linux"

1

number of directories in a directory linux

# this is the answer without using find
ls -lR | grep ^d | wc -l
Posted by: Guest on June-08-2021
0

Count subdirectories within a directory

dir *.* /w /s
Posted by: Guest on May-04-2021

Code answers related to "list number of directory in each subdirectory linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language