There are many solutions for getting the total number of files within a directory using command line, but is there a way to get the number of files per sub directory using command line on Windows (powershell or CMD)?
Example:We have the following structure:
root -> a -> b -> c -> d
The command requested would output something like:
a 5300b 40c 250d 13