我有一个包含一些文本和某种 placeHolder 的文件,以及另一个包含一些其他文本的文件
例如:myText.txt:
some text strings plus a {{myPlaceholderText}} and some more text
myPlaceholderText.txt:
more text here
我希望能够创建包含字符串的第三个文件:
"some text strings plus a more text here and some more text"
是否可以使用命令行工具来做到这一点?