标签:div inux bsp 替换字符串 color 字符 log span linux
touch newfile.txt
echo "aaa" >>/newfile.txt
sed -i "s/aaa/ccc/g" `grep aaa -rl /newfile.txt`
Linux 文件创建、插入、替换
原文地址:https://www.cnblogs.com/jugglee/p/8434735.html