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.
たくさんの WSDL があるフォルダーがあります。文字列 'binding style="document"' 'binding style="rpc"' を含まない WSDL を見つけたいです。次のgrepコマンドを試しましたが、ANDではなくORでチェックするため、機能していません。
grep -Ev 'binding style=\"rpc\"|binding style=\"document\"' -l folder/* | cut -f2 -d'/'