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.
xcode プロジェクトの多数のファイルから正規表現に一致する特定のテキストを抽出する必要があります。ドキュメントの一部を形成するテキスト ファイルに、一致したテキストを配置する必要があります。プロジェクト全体を検索して項目ごとにコピーする代わりに、このプロセスを自動化する方法はありますか?
コマンドライン コマンドgrepを試して、結果をテキスト ファイルにパイプします。