Date: Wed, 11 Aug 2004 20:43:10 +0200 From: Alexander Dalloz <alexander dalloz uni-bielefeld de> I've been using find . -exec grep "phrase I want" {} \; Not the best way. Using -exec is problematic.
Date: Wed, 11 Aug 2004 20:43:10 +0200 From: Alexander Dalloz <alexander dalloz uni-bielefeld de>
I've been using find . -exec grep "phrase I want" {} \;
find . -exec grep "phrase I want" {} \;