Xref: utzoo comp.unix.shell:654 comp.unix.misc:394 comp.unix.internals:762 Path: utzoo!attcan!uunet!cs.utexas.edu!rutgers!cunixf.cc.columbia.edu!cubmol!ping From: ping@cubmol.bio.columbia.edu (Shiping Zhang) Newsgroups: comp.unix.shell,comp.unix.misc,comp.unix.internals Subject: Re: Questions about rewriting the History function. Message-ID: <1990Oct21.201922.896@cubmol.bio.columbia.edu> Date: 21 Oct 90 20:19:22 GMT References: <1990Oct19.170143.7674@polyof.poly.edu> Reply-To: ping@cubmol.bio.columbia.edu (Shiping Zhang) Organization: Dept. of Biology, Columbia Univ., New York, NY Lines: 9 In article <1990Oct19.170143.7674@polyof.poly.edu> mhoffman@george.poly.edu writes: > I am working on a senior project to rewrite the history function for UNIX. My goal is to have the new history functon work like it does in MS_DOS. >i.e. I want to be able to call up past commands and edit them by using the >control characters. Additionally, I would like to write this as a stand alone program so that I do not have to rewrite the shell. We have a shell script which lets you edit history commands before they are reexecuted. -ping