sudo apt-get install tree
tree
tree -L 1
tree -L N
tree -L 2 > /path/tree.txt
Linux 树形结构显示文件目录
原文:https://www.cnblogs.com/wuminda/p/13503204.html