1

I tried searching for a command that could list all the file in a directory as well as subfolders using a command prompt command.

I have read the help for "dir" command but coudn't find what I was looking for.

Please help me what command could get this.

Uwe Keim
  • 39,551
  • 56
  • 175
  • 291

1 Answers1

1

Seems you are looking for tree /F

Check out it here: https://www.computerhope.com/treehlp.htm

Alvaro Inckot
  • 695
  • 9
  • 29