Return to BSD News archive
Received: by minnie.vk1xwt.ampr.org with NNTP id AA1794 ; Tue, 23 Feb 93 14:58:28 EST Path: sserve!manuel.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!agate!agate.berkeley.edu!cgd From: cgd@gaia.CS.Berkeley.EDU (Chris G. Demetriou) Newsgroups: comp.os.386bsd.misc Subject: Re: mread, mwrite, mformat, etc. docs? Date: 20 Feb 93 18:51:22 Organization: Kernel Hackers 'r' Us Lines: 33 Message-ID: <CGD.93Feb20185122@gaia.CS.Berkeley.EDU> References: <20FEB199314013373@ctrvx1.vanderbilt.edu> <1m6numINN5rk@apache.dtcc.edu> NNTP-Posting-Host: gaia.cs.berkeley.edu In-reply-to: chuck@apache.dtcc.edu's message of 20 Feb 1993 21:04:06 -0500 In article <1m6numINN5rk@apache.dtcc.edu> chuck@apache.dtcc.edu (Chuck Whealton) writes: >I had this problem before. It seemed you didn't have to use them >while in the installation procedure, but after that, you would >encounter the same problems you have. Why? I have no idea. i do... 8-) the installation is done in sh, not csh. if csh, if you try to do something which invovles filename globbing, and it doesn't find any matches, then you get the "no match" error. in sh, it simply returns the original string... for example (on gaia, an ultrix box): (from csh) 201 [gaia] cgd % echo *bar* echo: No match. (and from sh) $ echo *bar* *bar* chris (who tried it with *foo*, then found that he had 6 files that matched that! 8-) -- Chris G. Demetriou cgd@cs.berkeley.edu MENTALLY CONTAMINATED and proud of it!