Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!gem.mps.ohio-state.edu!unix.cis.pitt.edu!obie.cis.pitt.edu!cmf From: cmf@obie.cis.pitt.edu (Carl M. Fongheiser) Newsgroups: comp.unix.questions Subject: Re: cc -o *.c Message-ID: <20619@unix.cis.pitt.edu> Date: 14 Nov 89 05:16:57 GMT References: <297@cerc.wvu.wvnet.edu.edu> <20512@mimsy.umd.edu> <1042@root44.co.uk> <1989Nov9.145517.4338@virtech.uucp> Sender: news@unix.cis.pitt.edu Reply-To: cmf@obie.cis.pitt.edu (Carl M. Fongheiser) Organization: University of Pittsburgh, Computing and Information Services Lines: 23 In article <1989Nov9.145517.4338@virtech.uucp> cpcahil@virtech.uucp (Conor P. Cahill) writes: ] In article <1042@root44.co.uk>, gwc@root.co.uk (Geoff Clare) writes: ] > In article <20512@mimsy.umd.edu> chris@mimsy.umd.edu (Chris Torek) writes: ] > > ] > > % echo *.c ] > > t.c tet.c t.c ] > ] > That's a neat trick, Chris. Care to tell us how you managed it? ] ] easy, ] ] % cp /dev/null t.c ] % cp /dev/null tet.c ] % cp /dev/null "tj\.c " ] % echo *.c ] t.c tet.c t.c Nah, even easier: cp /dev/null 't.c tet.c t.c' Carl Fongheiser cmf@unix.cis.pitt.edu