View Single Post
Old 10-02-2007, 08:31 AM   #3 (permalink)
teknomage1
Jack of all trades
 
teknomage1's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 596
teknomage1 is on a distinguished road
Send a message via AIM to teknomage1
I always love the find/xargs combo for this sort of thing:
Code:
 find -not -name CVS -print0 |xargs -0 grep foo
__________________
Stop intellectual property from infringing on me
teknomage1 is offline   Reply With Quote