In Windows CMD, I use tree c: /f to get a tree of all directories resided in C:. But now I only want to tree out the only sub-directory folders (not files). How to I exclude files in tree command?
| |||
|
feedback
|
|
Leave out the "/F" switch, since it's what causes Files to be included. From
| |||||
feedback
|