At a Windows command prompt that is set to
the root of the drive, which of the following commands will search the
entire drive for all occurrences of the "Testing.docx" file?
DIR Testing.docx
DIR /ALL Testing.docx
DIR /R Testing.docx
DIR /S Testing.docx
EXPLANATION
The directory command allows many flags, including the
recursive search flag "/S". This flag searches the current folder and
all sub folders.
0 comments:
Post a Comment