Tree
Updated: January 21, 2005
Syntax
Parameters
Remarks
- The structure displayed by tree depends upon the parameters you specify on the command line. If you do not specify a drive or path, tree displays the tree structure beginning with the current directory of the current drive.
Examples
tree \
To display, one screen at a time, the files in all the directories on drive C, type:
tree c:\ /f | more
To print the same list that the previous example displayed, type:
tree c:\ /f prn
Formatting legend
Format | Meaning |
Italic | Information that the user must supply |
Bold | Elements that the user must type exactly as shown |
Ellipsis (...) | Parameter that can be repeated several times in a command line |
Between brackets ([]) | Optional items |
Between braces ({}); choices separated by pipe (|). Example: {even|odd} | Set of choices from which the user must choose only one |
Courier font | Code or program output |