Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

count the numbers of directories in a specific directory

$ find . -type d | wc -l
   6
Source by www.baeldung.com #
 
PREVIOUS NEXT
Tagged: #count #numbers #directories #specific #directory
ADD COMMENT
Topic
Name
9+2 =