我运行了grep 'd(o|i)g' a.txta.txt 包含dig但没有返回任何内容。这是正确的匹配方式dog吗dig?
grep 'd(o|i)g' a.txt
dig
dog
grep regular-expression
grep ×1
regular-expression ×1