From: utzoo!decvax!genrad!wjh12!sob Newsgroups: net.unix-wizards Title: Re: small bug in "vi" Article-I.D.: wjh12.194 Posted: Mon Apr 4 15:31:07 1983 Received: Tue Apr 5 05:14:57 1983 References: sri-arpa.793 the problem: type :e foo* and get the "too many filenames" error we found this problem only when using csh, it seems that csh gives a prompt when started even if not connected to a tty, so that vi thought it was given 2 filenames ( the prompt and the actual name ) we changed csh to check to see if stdin is a tty and give a prompt only if it is. scott bradner harvard university ...decvax!genrad!wjh12!sob