- Dec
- 238
- 2
I've been trying to learn more about the Everything tool. I couldn't find a "restrict search for drive 'x'" option in the dialog that appears if you type "everything" without arguments.
Well, it's simple enough — restrict a search to drive D:
everything d:file-spec
And everything d:\file-spec also seems to work fine.
Please consider changing this in the documentation:
EVERYTHING [/C /D /E /F /M=n /O /P /R /S /W @file] filename [...]
to:
EVERYTHING [/C /D /E /F /M=n /O /P /R /S /W @file] [path]filename [...]
A couple of brief examples could be useful to someone who hasn't used Everything very much or at all.
The command everything /f *.docx locates all .DOCX files on all of your previously indexed drives.
The command everything /f c:*.docx locates all .DOCX files on drive C:, assuming it has been previously indexed.
Use a more complete path to restrict the search even further — for example
everything /f c:\MyFiles\*.docx.
Something like that.
Well, it's simple enough — restrict a search to drive D:
everything d:file-spec
And everything d:\file-spec also seems to work fine.
Please consider changing this in the documentation:
EVERYTHING [/C /D /E /F /M=n /O /P /R /S /W @file] filename [...]
to:
EVERYTHING [/C /D /E /F /M=n /O /P /R /S /W @file] [path]filename [...]
A couple of brief examples could be useful to someone who hasn't used Everything very much or at all.
The command everything /f *.docx locates all .DOCX files on all of your previously indexed drives.
The command everything /f c:*.docx locates all .DOCX files on drive C:, assuming it has been previously indexed.
Use a more complete path to restrict the search even further — for example
everything /f c:\MyFiles\*.docx.
Something like that.