Thanks all for the good tips.
Actually there are many commands that I can search character string. The
reason I would like to try to use desktop search program like google desktop
is it shows search results in a second. Usually google desktop search has
indexed my hard disk like web search.

Currently I use eclipse search function using "ctrl+H". Everytime I use this
function it scratches my hard disk and takes some time. Once google desktop
indexed my hard disk it merely doesn't scratch my hard disk and it shows the
result from the indexed file not from original files. That's why I want to
use google desktop search. At this moment it searches txt, e-mail, office
document very well but not *.jsp, *.properties files.

Anyway thanks again your suggestions I'll dig it out more and let you know
if I find a good tip.


Have a good weekend, all.


gb


On Fri, Sep 11, 2009 at 6:43 PM, stefan.brunig <stefan.bru...@gmail.com>wrote:

> hi gb,
>
> i guess you're looking for a windows solution? if so, you can try this
> from command line:
>
> findstr /S hello *.jsp
>
>
> cheers,
> stefan
>
>
> On Wed, Sep 9, 2009 at 10:18 AM, Gi-Baek Kim <gibaek....@gmail.com> wrote:
> >
> > Hello,
> >
> > I have a question searching text, properties, ... in a jsp file using
> > desktop search like google desktop. Searching by eclipse is good but
> > there is performance issue for me.
> >
> > I found some of plug-in to look for c++, java source files but can't
> > find how to search jsp files. It seems possible as google desktop
> > finds txt file format very well.
> >
> >
> > Am I missing something? It would be appriciated if you have any qlue.
> > Also you can advise me how you search those text strings in jsp file.
> >
> >
> > Thanks.
> >
> >
> > gb
> >
> >
>  > > >
> >
>

fromIcon Web Solutions <din...@gmail.com>
reply-tocont...@iconwebsolutions.info
togibaek....@gmail.com
dateWed, Sep 9, 2009 at 4:49 PM
subjectRe: [java ee programming] How do I search .jsp files in a desktop
search
mailed-bygmail.com
hide details Sep 9 (3 days ago)

Use Total commander ....


fromDaniel Escasa <desc...@gmail.com>
togibaek....@gmail.com
dateWed, Sep 9, 2009 at 4:38 PM
subjectRe: [java ee programming] How do I search .jsp files in a desktop
search
mailed-bygmail.com
hide details Sep 9 (3 days ago)

Sabi ni Gi-Baek Kim noong Wed, Sep 9, 2009 at 3:18 PM:
- Show quoted text -
> I have a question searching text, properties, ... in a jsp file using
> desktop search like google desktop. Searching by eclipse is good but
> there is performance issue for me.
>
> I found some of plug-in to look for c++, java source files but can't
> find how to search jsp files. It seems possible as google desktop
> finds txt file format very well.
>
>
> Am I missing something? It would be appriciated if you have any qlue.
> Also you can advise me how you search those text strings in jsp file.

If I understand you correctly, grep is your friend. As far as I can
tell, it's installed automatically in any Unix-like OS (GNU/Linux,
*BSD, Solaris, etc). For Windows, look at
http://www.techsupportalert.com/content/open-source-windows-grep.htm
or http://code.google.com/p/dngrep/downloads/list for the direct
download link.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to