Comment do a simple file search dans cmd

How to do a simple file search in cmd


Source : Stack Overflow [windows]:slight_smile:

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.