tree $DIRNAME
打印目录$DIRNAME
下的目录树(只打印目录名,不打印文件名)。不加$DIRNAME
打印当前路径的目录树。例如在D:\da_kao_la\workspace\Character-Relationship-Visualization
目录下执行tree
命令:
D:\da_kao_la\workspace\Character-Relationship-Visualization>tree
卷 新加卷 的文件夹 PATH 列表
卷序列号为 7850-415F
D:.
├─.idea
│ └─inspectionProfiles
├─backend
│ └─large_graphs
├─css
├─imgs
├─javascript
├─jsons
└─movie_scripts
/f
参数表示打印目录的同时也打印文件,例如在上面的目录下执行tree /f
命令:
D:\da_kao_la\workspace\Character-Relationship-Visualization>tree /f
卷 新加卷 的文件夹 PATH 列表
卷序列号为 7850-415F
D:.
│ .gitignore
│ big_graph.html
│ index.html
│ README.md
│ server.sh
│ time_slider.html
│
├─.idea
│ │ Character-Relationship-Visualization.iml
│ │ deployment.xml
│ │