Hi I'm not sure if grep -r does this also, but you can also use:
find . -name '*.jsp' -exec grep <yoursearchstring> {} \; Regards Kiren -----Original Message----- From: Shervin Asgari [mailto:[EMAIL PROTECTED] Sent: 10 August 2006 13:53 PM To: Struts Users Mailing List Subject: Re: Plz Help, Urgent You cannot use find, because find does not search inside a file. You have to use grep Shervin Asgari - System Consultant Medicherla Lakshmi wrote: > i tried to search in the application using "find" for any file by name menuitems.jsp with case, it did not give me any results. > Thatz the reason, am not able to understand where is the problem like. > > Shervin Asgari <[EMAIL PROTECTED]> wrote: > I don't think you have changed everywhere. Try searching for > menuitems If you have Linux then try grep -r menuitems * if nothing, > then try grep -ri menuitems * > > Shervin Asgari - System Consultant > > > > Medicherla Lakshmi wrote: > >> No, i changed everywhere. >> >> kalpesh modi wrote: It seems that you have not changed the JSP name in your forward. You are still forwarding to the old JSP in your code. >> >> Thanks, >> -Kalpesh >> >> >> --------------------------------- >> Do you Yahoo!? >> Everyone is raving about the all-new Yahoo! Mail Beta. >> >> >> --------------------------------- >> Here's a new way to find what you're looking for - Yahoo! Answers >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------- > Here's a new way to find what you're looking for - Yahoo! Answers > __________________________________________________________________________________________________________________________________ Standard Bank Disclaimer and Confidentiality Note This e-mail, its attachments and any rights attaching hereto are, unless the context clearly indicates otherwise, the property of Standard Bank Group Limited and/or its subsidiaries ("the Group"). It is confidential, private and intended for the addressee only. Should you not be the addressee and receive this e-mail by mistake, kindly notify the sender, and delete this e-mail, immediately and do not disclose or use same in any manner whatsoever. Views and opinions expressed in this e-mail are those of the sender unless clearly stated as those of the Group. The Group accepts no liability whatsoever for any loss or damages whatsoever and howsoever incurred, or suffered, resulting, or arising, from the use of this email or its attachments. The Group does not warrant the integrity of this e-mail nor that it is free of errors, viruses, interception or interference. Licensed divisions of the Standard Bank Group are authorised financial services providers in terms of the Financial Advisory and Intermediary Services Act, No 37 of 2002 (FAIS). For information about the Standard Bank Group Limited visit our website http://www.standardbank.co.za ___________________________________________________________________________________________________________________________________ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]