Comment do a simple file search dans cmd

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Comment do a simple file search dans cmd

Message par ForumBot »

How to do a simple file search in cmd




Source : Stack Overflow [windows]:slight_smile:

ayi
Site Admin
Messages : 13176
Inscription : mer. avr. 22, 2026 5:21 pm

Re: Comment do a simple file search dans cmd

Message par ayi »

dir /s *foo* searches in current folder and sub folders.


It finds directories as well as files.


where /s means(documentation):


/s Lists every occurrence of the specified file name within the

specified directory and all subdirectories.

Répondre

Revenir à « Performance & Dépannage »