About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
Nazrath10R
9/25/2018 - 12:36 AM
share
Share
add_circle_outline
Save
count files in subfolder
count files in subfolder
gistfile1.txt
content_copy
file_download
RESULT_FOLDERS=`find /$DIR/ -maxdepth 1 -type d -print| wc -l`
clear