如果你经常浏览github,readme.md中经常会出现目录结构图,这种图怎么来的?其实很简单,使用tree
命令即可。
-
F:.tree
生成文件夹目录结构
├─test1
├─test2
└─test3 -
tree /f
生成包含文件的目录结构F:.
├─test1
│ text1.txt
│ text2.txt
│
├─test2
└─test3
如果你经常浏览github,readme.md中经常会出现目录结构图,这种图怎么来的?其实很简单,使用tree
命令即可。
tree
生成文件夹目录结构
tree /f
生成包含文件的目录结构
F:.
├─test1
│ text1.txt
│ text2.txt
│
├─test2
└─test3