📌  相关文章
📜  sed 用另一个文件中的内容替换文件中的单词 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:58.258000             🧑  作者: Mango

代码示例2
sed -e s/100/$(tr \\n $ < file2)/ -e s/\\$/\\n/g file1