Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jyhsu2000/cb4d1bfa75cf2f10126867d72d7c0df1 to your computer and use it in GitHub Desktop.
Save jyhsu2000/cb4d1bfa75cf2f10126867d72d7c0df1 to your computer and use it in GitHub Desktop.
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