I have a simple question regarding how to finding a file in cmd and then piping the output to findstr to nail down a specific file.
For example,
dir change /s /p | findstr "error"
Can this be achieved?
I have a simple question regarding how to finding a file in cmd and then piping the output to findstr to nail down a specific file.
For example,
dir change /s /p | findstr "error"
Can this be achieved?