From: myknees AT aol DOT com (Myknees) Newsgroups: comp.os.msdos.djgpp Subject: djgpp find OK? Date: 14 Jun 1998 19:52:15 GMT Lines: 26 Message-ID: <1998061419521500.PAA29751@ladder01.news.aol.com> NNTP-Posting-Host: ladder01.news.aol.com References: <19980424035042 DOT AAD8293 AT ppp125 DOT cartsys DOT com> Organization: AOL http://www.aol.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello. I used to think that I just can't figure out how to use find. Now that I use GNU find under Linux, it seems that find isn't that hard to use. However, I still don't have luck with djgpp find. I went to simtel to make sure I had the current find41b.zip, and after reinstalling I still have trouble getting find to find anything. Here's a short example: inside C:\ELC\trash there is: autotest.bat dosmode.err ... spanish.wav text.zip I issue the command: find . -name "text.zip" ...and find says: FIND: Parameter format not correct if I say: find /elc/trash -name 'text.zip' -print find says: FIND: Parse Error 3 It doesn't seem to matter whether I'm using bash or command.com. Hmm. What's happening here? --Ed (Mykees)