bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

finding *.java and *.jsp files


From: Preetam Palwe
Subject: finding *.java and *.jsp files
Date: Thu, 6 Mar 2008 19:04:04 +0530

Hello 
    I want to search my source directory to find all *.java and *.jsp
files. I am trying following expression but I am not getting the list.
What could be wrong?
$ find .  -iname '*.java' -and -iname '*.jsp'
 
thanks in advance 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]