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
- finding *.java and *.jsp files Preetam Palwe
- Re: finding *.java and *.jsp files James Youngman
- finding *.java and *.jsp files Preetam Palwe
- Re: finding *.java and *.jsp files Andreas Metzler
