Date: Mon, 16 Jun 1997 21:00:03 -0700 (PDT) From: Evan Dickinson Reply-To: evand AT scn DOT org Cc: OpenDOS Mailing List Subject: Re: command.com compatibility In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 16 Jun 1997, Jude DaShiell wrote: > > One oddity of msdos 6.22 I found today involves the > msdos find command. > If a directory has 4 files in it that have > file extensions of .1, and a find command is > issued targeting those files msdos reports no files found. > The specific command I used was: > find /i "begin" *.1 > The specific files were part of Mike Arst's u-sedit.zip > package found on the simtel mirrors. Interestingly, an analogous grep > command didn't fail. > //eoj By my quick tests, ms-dos find doesn't support wildcards. Opendos' find and 4dos' ffind don't have this stupid shortcoming. > > UNIX is user friendly, it's just selective as to who its friends are. > > jude >