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.
bashで、txtファイルとサブディレクトリを含むディレクトリでパターンAを検索する方法を知っている人はいますか(これも検索する必要があります)、パターンAに一致するファイルで、一致の結果を出力しますパターンB?
find <BASEDIR>/ -name "*PATTERN_A*" | xargs grep PATTERN_B
私はこれがあなたが探しているものを達成すると信じています:)