Answers for "number of directories in a directory linux"

0

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

Code answers related to "number of directories in a directory linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language