常用 Windows commands

# Displays the directory structure of a path or of the disk in a drive graphically.
# /f Displays the names of the files in each directory.
# /a Specifies that tree is to use text characters instead of graphic characters to show the lines that link subdirectories.
tree [<Drive>:][<Path>] [/f] [/a]
原文地址:https://www.cnblogs.com/nehcdahc/p/12577490.html