Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!news.cs.indiana.edu!noose.ecn.purdue.edu!dirac!gibbs.physics.purdue.edu!trs From: trs@gibbs.physics.purdue.edu (Thomas R. Statnick) Newsgroups: comp.unix.wizards Subject: Re: dosedit style command edit in UNIX? Message-ID: <4902@dirac.physics.purdue.edu> Date: 11 Apr 91 18:12:08 GMT References: <1991Apr10.212905.2234@cimcor.mn.org> Sender: news@dirac.physics.purdue.edu Organization: Purdue University Physics Department Lines: 15 In article <1991Apr10.212905.2234@cimcor.mn.org> dick@cimcor.mn.org (Dick Schlotfeldt) writes: >The MS-DOS public domain TSR 'dosedit' keeps a circular >[more stuff excluded...] > >Is UNIX so sophisticated that no one has been able to implement >such a simple-minded utility? Well, there are two shells that support this sort of history and command line editing, namely, Ohio State "tcsh" (which is a set of patches that you apply to "csh" source), and GNU "bash".... There are probably more shells out there that do this sort of thing, but these 2 shells come to mind... trs