文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>一个删除匹配时间文件的脚本

一个删除匹配时间文件的脚本

时间:2008-04-18  来源:sdccf

作者:cnhawk   
#!/usr/bin/ksh
#write by cnhawk
#for delete all the match time file
#such as ash_2005-01-15.log with for 
#date 2005-11-23

for x in 2004 2005
 do
   for y in 01 02 03 04 05 06 07 08 09 10 11 12 
     do
       for z in 01 02 03  ...  31
         do
            for files in $(ls *$x-$y-$z*)#var replace ls match files
                do
                    echo "the $files in match will be delete!"
                     rm $files
                 done
          done
     done
done
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载