摘要: 今日写了几个脚本,贴出来 1、批量替换nacos id #!/bin/bash # 此脚本用来批量替换yaml文件中的nacos id,默认的路径为当前路径 read -p "Please input the directory(default: pwd):" Dir if [ -n $Dir ]; 阅读全文
posted @ 2019-12-11 15:02 自然洒脱 阅读(262) 评论(0) 推荐(0)