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.
崇高なテキスト エディタで、ディレクトリ内で特定のファイル タイプのみを再帰的に検索するにはどうすればよいでしょうか。たとえば、すべての *.cc および *.h ファイルのディレクトリに?
Find 'Where' フィールドにパスを指定し、パスの後にコンマで区切ってワイルドカードを指定します。
例えば/path/to/search,*.cc,*.h
/path/to/search,*.cc,*.h
マイナス '-' 文字を使用してファイル タイプを除外することもできます。/path/,-*.xml
/path/,-*.xml