Path: utzoo!utgpu!watmath!att!occrsh!uokmax!jkmedcal From: jkmedcal@uokmax.UUCP (Jeff K Medcalf) Newsgroups: comp.unix.questions Subject: Re: Neat csh feature Keywords: Pulled from comp.unix.wizards Message-ID: <3574@uokmax.UUCP> Date: 1 Aug 89 20:14:51 GMT References: <62079@linus.UUCP> Reply-To: jkmedcal@uokmax.UUCP (Jeff K Medcalf) Distribution: na Organization: No, it isn't really. Lines: 20 In article <62079@linus.UUCP> rtidd@mitre.arpa writes: >If you set the environment variable filec (as in set filec), that >allows csh to do file completion, kind of like emacs does. If you're >typing in a file name, just type enough characters to make it unique >then hit and the shell will finish it for you. For example, >-------------------------------------- >Randy Tidd MITRE-McLean CCEL Lab This is both true and elegant. However, cat v* will do the same thing. (the example was a directory a b c d very_long_file_name on which cat v is the same as cat very_long_file_name) I don't think that there is much of a difference in time to execute, either. The shell may expand with some wierdness under some circumstances, though. fodder fodder fodder