Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次の 2 つの sed コマンドは、同じように動作するように見えます。
$ sed "s/^replace=*/replace=mytest/g" test.txt $ sed " s!^replace=*!replace=mytest!g " test.txt
どうしてこれなの?!の代わりに文字を使用できます/か? !sed のドキュメントには、それほど多くの文字の説明はありません。
!
/