why are there always to extra dir when dir cmd code example
Example: msdos dir for subdirectories
# Windows - cmd specific
# syntax
dir /s <search-string>
# example (to find any files/folders with names containing "hoto", like Photo)
dir /s *hoto*