TREE--Examples
To display the names of all the subdirectories on the disk in your current
drive, type the following command:
tree \
To display, one screen at a time, the files in all the directories on drive
C, type the following command:
tree c:\ /f | more
To print the same list that the previous example displayed, type the
following command:
tree c:\ /f > prn
|