Xref: news2.mv.net comp.os.msdos.djgpp:4220 From: dan AT orion DOT math DOT uiuc DOT edu (Dan Grayson) Newsgroups: comp.os.msdos.djgpp Subject: Re: globbing a:*.c bug Date: 23 May 1996 19:00:18 GMT Organization: University of Illinois at Urbana Lines: 12 Message-ID: <4o2ck2$a8u@vixen.cso.uiuc.edu> References: <4o1r22$nfm AT vixen DOT cso DOT uiuc DOT edu> Reply-To: dan AT math DOT uiuc DOT edu NNTP-Posting-Host: orion.math.uiuc.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp dan AT orion DOT math DOT uiuc DOT edu (Dan Grayson) writes: >Globbing a:*.c doesn't work with the latest djgpp v2, for it yields ./a:foo.c >./a:bar.c ... > >A workaround is a:/*.c > Oops, I was wrong. It's a problem with gnu cp, which prepends the file names with ./ after globbing, expecting that to be okay. Sorry!