私のシェルが引用符のパターンだけを見つけられるようにしたいのですが、結果は次のようなものも返しました"MSGxxxxx"
。
これが私のスクリプトです:
if egrep -e 'Msg|duplicate|deadlock|status = -|terminated due to disconnect' MYFILE.log
then
echo "I found something in your RAW data."
else
echo "Nothing found!"
fi