Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!vax135!cornell!uw-beaver!tektronix!hplabs!sri-unix!rad@MITRE-BEDFORD.ARPA From: rad@MITRE-BEDFORD.ARPA Newsgroups: net.unix-wizards Subject: Re: question: any milti generation unix file systems? Message-ID: <12961@sri-arpa.UUCP> Date: Wed, 29-Aug-84 11:04:00 EDT Article-I.D.: sri-arpa.12961 Posted: Wed Aug 29 11:04:00 1984 Date-Received: Sat, 1-Sep-84 10:43:28 EDT Lines: 29 >>I'm also interested in the merging of UNIX and TOPS-20 -ishness >>We're playing with an internal-only (so far, ...no promises ever) >>program named tcsh which sits on top of csh as a filter and does >>automatic command and pathname expansion like TOPS-20, using >>ESCAPE and ^D rather than TOPS' ESCAPE and ? >>since ? is already allocated in UNIX. >>It's nice...but, sorry, can't release it. >>If you come up with any public domain TOPS-20'ish programs, I'm interested... Sunny, Sorry I took so long in replying... Some user-contributed software distributed with BSD2.9, called newcsh by Ken Greer from HP-Labs does exactly what you describe. Plus, it has an optional time-out feature for automatic logout after selected idle time, terminal mode sanity checking, and history saving between logouts. It requires only minor changes to the csh source (it affects only a half dozen or so of all of the csh code files), and is otherwise transparent. No filters; it's part of csh. It even flashes the screen if it can't complete your command. We've been using it for a month or so (on bsd4.1); Ken Greer says they've installed it as their standard csh there. I think it's great! (Maybe it should be re-posted to net.sources?) Dick Dramstad (rad@mitre-bedford)