Answers for "list directory cmd"

3

cmd files in directory

Enter “dir” (without quotes) to list the files and folders contained in the folder.
Posted by: Guest on October-23-2020
0

list directory cmd

On linux type in terminal:
ls

On windows type in terminal:
dir
Posted by: Guest on July-25-2021
0

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*
Posted by: Guest on April-22-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language