dosedit style command edit in UNIX?

Joe English jeenglis at alcor.usc.edu
Thu Apr 11 21:11:57 AEST 1991


dick at cimcor.mn.org (Dick Schlotfeldt) writes:
>The MS-DOS public domain TSR 'dosedit' keeps a circular
>stack of recently executed commands. The user may retrieve the
>most recent command with a single keystroke (up-arrow), next
>most recent with an additional keystroke, etc. The user may also
>edit a selected command with simple cursor motion and overtype
>or character insertion.

>Is UNIX so sophisticated that no one has been able to implement
>such a simple-minded utility? 

The C shell has a similar feature, which is not exactly what
you're looking for, but it's more powerful in many ways.  Run
'man csh' and look for the 'HISTORY' section for more details.
'tcsh' has exactly what you're looking for, in addition to csh's 
added functionality.



--jeenglis at alcor.usc.edu



More information about the Comp.unix.wizards mailing list