美文网首页
shell指令遍历指定文件夹下的子文件夹

shell指令遍历指定文件夹下的子文件夹

作者: novenine | 来源:发表于2018-08-19 15:44 被阅读0次

    filelist=`ls /root/user/`

    for file in $filelist

    do 

    echo $file

    done

    相关文章

      网友评论

          本文标题:shell指令遍历指定文件夹下的子文件夹

          本文链接:https://www.haomeiwen.com/subject/csvciftx.html