On Fri, 25 Jun 2010 11:21:49 +0100, Jim McAlpine wrote:

>When I Telnet into Unix System Services, how can I retrieve the last entered
>command.
>
Depends on shell.  With POSIX shell:

    set -o vi  # should go in your $ENV script

then

    <esc> K

Various other vi-like commands work.

There's also an emacs flavor.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to