Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lavn0/7db71ed0099021151c4cba56bed07d85 to your computer and use it in GitHub Desktop.
Save lavn0/7db71ed0099021151c4cba56bed07d85 to your computer and use it in GitHub Desktop.
for /d %i in (*) do @( echo %i & dir "%i" /a-d /s /b | find /c /v "" & echo. )
@Yutaka-Kamiya
Copy link

for /d %i in (*) do @( echo %i & dir "%i" /a-d /s /b | find /c /v "" & echo. )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment