Path: utzoo!utgpu!watmath!clyde!att!ihlpm!dutler From: dutler@ihlpm.ATT.COM (Stan Dutler) Newsgroups: comp.unix.questions Subject: Re: history tricks... Message-ID: <2758@ihlpm.ATT.COM> Date: 5 Jan 89 14:01:57 GMT References: <945@cmx.npac.syr.edu> Organization: AT&T Bell Laboratories - Naperville, Illinois Lines: 12 From article <945@cmx.npac.syr.edu>, by gefuchs@wotan.uucp (Gill E. Fuchs): > 2 - if #1 works, how about defining something which will not > require a (ala up arrow in vms) to retrieve the last > command. On the other hand, once i have the last command > up, i want to change a character and only then unleash it > with the appropriate > Sounds like you could use the history mechanism in ksh. It does all of the above and more. It even works better than command editing in VMS (I have used both).