recursive find cmd code example
Example: find file recursively windows cmd
Extremely useful command!!
Just define "/s" for a recursively search and name or regex of file or
folder to search
dir /s "foo*"
Extremely useful command!!
Just define "/s" for a recursively search and name or regex of file or
folder to search
dir /s "foo*"