j
k
j a
j l
On 7/19/07, Mat Schaffer schapht@gmail.com wrote:
grep -l <search term> `find <starting directory> -name *.java`
Simpler (and won't flake out on paths with spaces in):
grep -r --include *.java <search term> <starting directory>
Robin
Back to the thread
Back to the list