Last active
January 11, 2024 09:53
-
-
Save lavn0/7db71ed0099021151c4cba56bed07d85 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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
for /d %i in (*) do @( echo %i & dir "%i" /a-d /s /b | find /c /v "" & echo. )