Skip to content

Instantly share code, notes, and snippets.

@Nazrath10R
Created September 25, 2018 00:36
Show Gist options
  • Save Nazrath10R/e7bf8cd97a3ac1415b3d7033e9317925 to your computer and use it in GitHub Desktop.
Save Nazrath10R/e7bf8cd97a3ac1415b3d7033e9317925 to your computer and use it in GitHub Desktop.
count files in subfolder
RESULT_FOLDERS=`find /$DIR/ -maxdepth 1 -type d -print| wc -l`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment