Skip to content

Instantly share code, notes, and snippets.

@luxuia
Created December 11, 2018 07:55
Show Gist options
  • Save luxuia/9cdf3868f1edaced873f005a6e7c6f47 to your computer and use it in GitHub Desktop.
Save luxuia/9cdf3868f1edaced873f005a6e7c6f47 to your computer and use it in GitHub Desktop.
file count in subdir
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