码迷,mamicode.com
首页 > 系统相关 > 详细

shell 脚本 文件夹扫描获取文件

时间:2016-03-22 13:48:37      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:

for typefile in $filedir_f_2(文件夹路径)
do
typefn=$(basename $typefile)//  获取文件名
typeprefix=${typefn:0:10}// 截取字符串 根据实际情况 0:10 进行修改
if [ "$typeprefix" = ‘filename‘ ]
then
fi
done

shell 脚本 文件夹扫描获取文件

标签:

原文地址:http://www.cnblogs.com/ZhenShi/p/5306087.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!