On Sun, Apr 29, 2007 at 10:54:44PM -0700, Jeff D wrote:
> >I have a directory and several sub-directory and files reside within
> >it. I'm wondering is there any command I can use to search for the
> >certain tring's ocurence? Can any of you help me please?
> find ~/tmp/ -type f -exec grep -l mys
On Sun, 29 Apr 2007, rocky wrote:
Hey,
I have a directory and several sub-directory and files reside within
it. I'm wondering is there any command I can use to search for the
certain tring's ocurence? Can any of you help me please?
Thanks a lot in advance!
Rocky
find ~/tmp/ -type f -exec g
On 29 Apr 2007 20:04:03 -0700, rocky <[EMAIL PROTECTED]> wrote:
Hey,
I have a directory and several sub-directory and files reside within
it. I'm wondering is there any command I can use to search for the
certain tring's ocurence? Can any of you help me please?
From the manpage of grep(1):
3 matches
Mail list logo