Find File including Subdirectories

If you want to find files with some name pattern in a directory including the subdirectories, use this command :

    dir /s/b | findstr "pattern"


Comments