Thanks again for the help. I know newbies can be a right pain in the butt.
I have used unix and linux for years - but only in an EXTREMELY limited context (ie, copy my php files to the folder under apache where they run - or when I was at uni, use nedit to write your Java, compile and run under Sun Unix) I haven't been involved in the setup / admin of a linux server previously. So it really is benificial for somebody with more experience to take the 'dumb and dumber' approach to helping here. I'm running SUSE 8 and using a KDE desktop. KDE has a "find" tool under the (equivilant to the ) start-menu. It has a GUI, not command line interface. I'll experiment with the command line stuff when I get in tonight (couple of hours) Cheers. David > You say you're new to Linux development; I don't know if that means new > to Unix in general so I apologize if this suggestion is hopelessly > basic. I wonder if you've used the 'find' command to locate the .war > correctly. > > Wrong: > > find *.war > > find -name *.war . > > Right: > > find -name '*.war' . > > Again, apologies if this is too basic. Actually, in Linux, I really > like the 'locate' program most of the time, but I don't think it will > help you as I believe it relies on a periodically updated index of file > locations. > > K.C. > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
