Created
December 11, 2018 07:55
-
-
Save luxuia/9cdf3868f1edaced873f005a6e7c6f47 to your computer and use it in GitHub Desktop.
file count in subdir
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -maxdepth 1 -mindepth 1 -type d -exec sh -c 'echo "{} : $(find "{}" -type f | wc -l)" file\(s\)' \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment