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.
コード内に特定の文字列を含まないディレクトリ内のすべてのファイル(通常はjava、xml、sqlなどのコードファイル)にフラグを立てたりリストしたりするのに役立つツールはありますか?
例:「作成者」という単語を含まないプロジェクト内のすべてのファイルのリストが必要です(テキストは任意である可能性があります)。
私はここで同様の質問を見ましたが、それはOS-X用であり、Windows/Eclipseプラットフォーム用ではありません。
簡単な方法は、ツリーのコピーを作成し、単語を含むすべてのファイルを見つけて削除することです。残りのファイルは、単語を含まないファイルです。