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.
私は次のようなものを探しています:
STRINGONE_****_******_STRINGTWO
STRINGONE と STRINGTWO を知っている場所。ただし、*は未知数の文字 (大文字) を反映しています。
想定していた
grep -nr "STRINGONE_\w+_\w+_STRINGTWO" .
動作しますが、一致が見つかりません。
この正規表現を正しく作成するにはどうすればよいですか (cygwin で grep を使用)。