Sender: nate AT cartsys DOT com Message-ID: <358498CF.6124C351@cartsys.com> Date: Sun, 14 Jun 1998 20:45:19 -0700 From: Nate Eldredge MIME-Version: 1.0 To: Weiqi Gao CC: djgpp AT delorie DOT com Subject: Re: djgpp find OK? References: <19980424035042 DOT AAD8293 AT ppp125 DOT cartsys DOT com> <1998061419521500 DOT PAA29751 AT ladder01 DOT news DOT aol DOT com> <35843DDB DOT B92770C9 AT a DOT crl DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Weiqi Gao wrote: > > Myknees wrote: > > > > 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 > > There is a FIND.EXE command that's part of DOS. It's usually in C:\DOS > (DOS 6.x) or C:\WINDOWS\COMMAND (Windows 95). Rename that FIND.EXE to > something else, and try again. I did cd \djgpp\bin ln -s find.exe gfind.exe and now I use `gfind', since I believe there are some things that expect to run `find' and get the DOS utility (which, btw, is an extraordinarily broken `grep'). I did similar things for commands like `echo' and `sort'. -- Nate Eldredge nate AT cartsys DOT com