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
Enter your email address for automatic notification of new posts here
(be sure to whitelist 'feedburner.com' if you use spam filtering)
| Views for this page | ||||
|---|---|---|---|---|
| Today | This Week | This Month | This Year | Overall |
| 3 | 27 | 27 | 1,751 | 8,044 |
/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.
Add your comments
comment on this page here