smartyタグをSEDに置き換えたいのですが、この問題を克服できません
これは私がこれまでに得たものです:
echo "This {$is} a test to replace a tag" | sed -e 's/\\{\$is\\}/was/g'
これは、前のコマンドの結果です。
This {} a test to replace a tag
これは、{$tags} の単純な置換を実際にアーカイブしたいものです
This was a test to replace a tag