用shell批量修改类似的文件名

for i in `ls *.html`;do
    #rename "linux" "test" $file
    mv $i `echo $i | sed 's#test#linux#g'`
done

网站名称:用shell批量修改类似的文件名
地址分享:http://hbruida.cn/article/pgdhjh.html