shell指令遍历指定文件夹下的子文件夹 2018-08-19 本文已影响0人 novenine filelist=`ls /root/user/` for file in $filelist do echo $file done