Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uwm.edu!uakari.primate.wisc.edu!ames!amdahl!pccuts!acs From: acs@pccuts.pcc.amdahl.com (Tony Sumrall) Newsgroups: comp.sys.amiga Subject: Re: What should be in future SKsh versions? Message-ID: <853@pccuts.pcc.amdahl.com> Date: 7 Dec 89 23:16:21 GMT References: <13920018@hpfelg.HP.COM> <13920026@hpfelg.HP.COM> Reply-To: acs@pccuts.pcc.amdahl.com (Tony Sumrall) Organization: Amdahl Corporation, Sunnyvale CA Lines: 34 2 comments and some questions: 1) Why did you decide to implement the echo command instead of the print command? After using ksh for several years I've gotten out of the habit of typing echo. If you wanna say you're compatible with ksh I would suggest that you either alias print to echo or get rid of the echo command, replace it with print and alias echo to print. 2) One of the features that I use all the time is -s which causes the results to the print to go into the history. I pre-load some cmds when I get ready to go into an edit-compile cycle. Now for the questions: 1) Do you support the backslash escapes in echo? This would make porting scripts easier (for me, at least). 2) Does echo support "--" so I can echo things which contain a "-"? 3) Why did you elect to only support part of the fc command (which you've implemented as history)? In particular I'd like to have r supported (again, I'm used to just typing r to re-execute the last command). I realize that I can alias r to "history -e" to accomplish the equivalent but again, r is already an alias in ksh. 4) Another thing I do a lot is fc -e 45 to cause command 45 to be loaded into my editor so I can do major hacking. I see no way to accomplish this short of going outside of sksh. I guess, on the whole, I'd like to see print and fc more fully supported. The above comments/questions may make it sound like I'm unappreciative of your efforts. On the contrary, I think it's high time that we had a ksh available for the Amiga and I congratulate you for your fine effort. --- Tony Sumrall acs@pccuts.pcc.amdahl.com <=> amdahl!pccuts!acs [ Opinions expressed herein are the author's and should not be construed to reflect the views of Amdahl Corp. ]