Very cool question. Here's the definitive answer: [code]find -type f -exec grep -l abc {} \;| xargs grep -l def [/code]Let's break it down.
確定! 回上一頁