Answers for "dos dir filename only"

1

dos dir filename only

# Windows - cmd specific

# syntax 
dir /s /b <search-string>

# example (to find any files/folders with names containing "hoto", like Photo)
dir /s /b *hoto*
Posted by: Guest on June-01-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language