Finding Files and Directories
Using Where
where <file>Recursive Where
where /R C:\Users\student\ bio.txtUsing Wildcards
where /R C:\Users\student\ *.csvUsing Finder
find "password" "C:\Users\student\not-passwords.txt" Find Modifiers
find /N /I /V "IP Address" example.txt Findstr
findstr <file>comp .\file-1.md .\file-2.mdFC
fc passwords.txt modded.txt /NSort
sort.exe .\file-1.md /O .\sort-1.mdunique
sort.exe .\sort-1.md /uniqueLast updated