批量生成配置文件(根据需要可进行相应修改)

import re
def device_template(target_file,m,n):
    f_read=open("./tor_temp","r").read()
    file_read=re.split(r"([ \n._])",f_read)
    for line in file_read:
        f_write=open(target_file,"a+")
        if line in n:
            j=n.index(line)
            new_line=line.replace(line,m[j])
            f_write.write(new_line)
        else:
            f_write.write(line)


def main():
    f=open("./canshu","r")
    file_read=f.readlines()
    variable=[]
    variable=file_read[0].strip('\n').split(',')
    print(variable)
    count=0
    for i in range(1,len(file_read)):
        c=[]
        c=file_read[i].strip('\n').split(',')
        target_file="/home/zhangli/dns_replace/www/peizhi/"+c[0]+".txt"
        print(c[i])
        device_template(target_file,c,variable)
        count=count+1
        print(count)
main()

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值