Linux学习笔记(18)Linux sed,linux awk,linux grep,Linux三剑客

【1】sed

【1.1】替换文件中的内容

_6383 替换成 _6386

sed -i 's#_6383#_6386#g' redis_6386.conf
原文地址:https://www.cnblogs.com/gered/p/13292344.html