📜  使用 xargs 和 sed - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:49:30.746000             🧑  作者: Mango
代码示例1
#Example of use of sed command with xargs.
echo pattern | sed -i "s/{}/{}plus_addition/g" file.txt