dir
dir n: /a-d /s /b | find /c ":\"
dir Application
n: Directory or drive to search
/a-d /a is the attribute and -d means not directories
/s Displays files in a specified directory and all subdirectories
/b Uses bare format (no heading information or summary)
dir n:\*cred* /s /b
- n:\Contracts\private\credentials.txt
dir n:\*secret* /s /b
- n:\Contracts\private\secret.txt
Last updated