๐ชWindows - POST
Searching Commands
dir
# help
dir /?
# search for all .txt files
dir *.txt /s
# pause when the screen is full
dir *.txt /s /b
# list directories only
dir /a:d
# list contents except directories
dir /a:-d
# display hidden directories
dir /a:hfind
WinPEAS
Last updated
Was this helpful?