我试过ls -alR> list.txt,但它提供了所有文件夹
find . -type d > output.txt
或树
tree -d > output.txt
树,如果没有安装在您的系统上.
sudo apt-get install tree