j
k
j a
j l
On Fri, Oct 3, 2008 at 1:08 PM, Bowie Bailey Bowie_Bailey@buc.com wrote:
Or you can do it like this: find . -type f -exec grep -H <pattern> {} ;
Or you can do it like this:
find . -type f -exec grep -H <pattern> {} ;
Or this:
grep -rH <pattern> .
Wait, that's too short....
:-)
mhr
Back to the thread
Back to the list