提取 linux 文件目录结构

提取 linux  文件的目录结构

find /home/user1/ -type d |while read line ;do ls $line;done

 

posted @ 2019-04-02 15:06  01234567  阅读(464)  评论(0编辑  收藏  举报