字符串替换

" " 不做处理
sed -i "s/ruoyi/report/g" rpt_big_user*.json

' ' 经过处理
sed -i 's/${databaseName}/dw/g' rpt_big_user*.json

你可能感兴趣的:(字符串替换)