经常会见到项目组织的树形结构:
├── images │ └── scottsdale │ ├── IMG_1786-2.jpg │ ├── IMG_1787-2.jpg │ └── IMG_1788-2.jpg ├── image_stitching.py ├── image_stitching_simple.py └── output.png
2 directories, 6 files
使用的是tree命令
3. tree /f 命令显示树形结构
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/164124.html原文链接:https://javaforall.cn