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.
私は挿入しようとしています:
M3_tmp="$(echo $M3 | sed 's/\./\\\/g')"
しかし、私は解決策を見つけることができません
私はこの文字列を持っています:
sub.domain.com
次のように、すべてのポイントの前にバックスラッシュを追加します。
sub\.domain\.com
誰でも私を助けることができますか?ありがとうございました..