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.
named.conf のこのステートメントを正規表現に置き換える必要があります
masters { 10.11.2.1; 10.11.2.2; };
sed/vi を使用したすべてのアプローチが機能しない
%s/masters.*\}\;//g
一致していません。また、改行に一致するように /s \s などを試しました。