If this isn't exactly what you wanted, please try our Search (there's a LOT of techy and non-techy stuff here about Linux, Unix, Mac OS X and just computers in general!):
From - Fri Dec 3 16:46:38 1999 Xref: world comp.unix.sco.misc:111183 Path: world!newsfeed.mathworks.com!dispose.news.demon.net!demon!news.demon.co.uk!demon!rhowlett.demon.co.uk!not-for-mail From: Richard Howlett <richard@NOSPAM-howie.org.uk> Newsgroups: comp.unix.sco.misc Subject: Re: Command Line Recall Date: Fri, 03 Dec 1999 20:30:47 +0000 Message-ID: <38482877.D3A1361D@NOSPAM-howie.org.uk> References: <828lj3$89j$1@grind.server.pavilion.net> NNTP-Posting-Host: rhowlett.demon.co.uk X-NNTP-Posting-Host: rhowlett.demon.co.uk:212.228.247.39 X-Trace: news.demon.co.uk 944253388 nnrp-13:346 NO-IDENT rhowlett.demon.co.uk:212.228.247.39 X-Complaints-To: abuse@demon.net X-Mailer: Mozilla 4.61 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 35 X-Mozilla-Status: 8010 Paul wrote: > > Hi > > I need some help. I use reflection (emulator) to get to my SCO 5.0.5 box. > However whenever I press the delete key it goes to the next line and I have > to re-type the command. Quite often when I'm doing bits to it I need to > type the same command repeatedly (the other UNIX boxes that I have here you > can just hit the UP ARROW key). > > Unfortunately I don't know how the other UNIX boxes acheieved this, but I > would imagine it was by editing the .Profile perhaps. > > Can anyone tell me how to get command line recall and also a delete key?? > > I believe I'm using the Korn shell. It would appear that your delete key is working as most people would want it to work. ie Delete aborts the current command.
As regards command recall, seeing as you have ksh, then add the following lines to the bottom of your .kshrc file in your $HOME directory: set -o emacs alias __A=$(print '\0020') # ^P = up = previous command alias __B=$(print '\0016') # ^N = down = next command alias __C=$(print '\0006') # ^F = right = forward a character alias __D=$(print '\0002') # ^B = left = back a character alias __H=$(print '\0001') # ^A = home = beginning of line -- Richard Howlett mailto:richard@howie.org.uk
/Bofcusm/161.html copyright 1997-2004 (various authors) All Rights Reserved
Have you tried Searching this site?
Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates
This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.
Many of the products and books I review are things I purchased for my own use. Some were given to me specifically for the purpose of reviewing them. I resell or can earn commissions from the sale of some of these items. Links within these pages may be affiliate links that pay me for referring you to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain. I also may own stock in companies mentioned here. If you have any question, please do feel free to contact me.
Specific links that take you to pages that allow you to purchase the item I reviewed are very likely to pay me a commission. Many of the books I review were given to me by the publishers specifically for the purpose of writing a review. These gifts and referral fees do not affect my opinions; I often give bad reviews anyway.
We use Google third-party advertising companies to serve ads when you visit our website. These companies may use information (not including your name, address, email address, or telephone number) about your visits to this and other websites in order to provide advertisements about goods and services of interest to you. If you would like more information about this practice and to know your choices about not having this information used by these companies, click here.
Click here to add your comments
Don't miss responses! Subscribe to Comments by RSS or by Email
Click here to add your comments
If you want a picture to show with your comment, go get a Gravatar