From owner-freebsd-questions Tue Jun 15 12:43:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 1C3BF14ECA for ; Tue, 15 Jun 1999 12:43:08 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id MAA22845; Tue, 15 Jun 1999 12:43:05 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Tue, 15 Jun 1999 12:43:05 -0700 (PDT) From: Doug White To: Laurence Berland Cc: questions@FreeBSD.ORG Subject: Re: Wildcard problem In-Reply-To: <37632A1C.3523758F@confusion.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 12 Jun 1999, Laurence Berland wrote: > On my new FreeBSD system, I've noticed something unusual. Wildcards > don't work. > > For example, typing echo * should return all the filenames in the > current directory, but i get > "echo: No Match." > > > The shell is tcsh. If there's more information you'd need let me know, > I'm not sure what else to send along Try running unset noglob to turn globbing back on. Then check your .[t]cshrc for a 'set noglob' parameter. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message