home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!franvm3.VNET.IBM.COM
- From: kraemerf@franvm3.VNET.IBM.COM (Frank Kraemer)
- Message-ID: <19930126.010847.96@almaden.ibm.com>
- Date: Tue, 26 Jan 93 09:50:23 CET
- Newsgroups: comp.unix.aix
- Subject: Re. AIX Function Equivalent To VM's "RETRIEVE" Function
- Re: AIX Function Equivalent To VM's "RETRIEVE" Function
- Reply-To: kraemerf@franvm3.VNET.IBM.COM
- Organization: IBM Germany, BO-89 ACIS South
- Disclaimer: This posting represents the poster's views, not those of IBM
- News-Software: Usenet 3.0
- Lines: 39
-
- Ron Wigmore <SYST8103@RyeVm.Ryerson.Ca> writes:
-
- >On a VM system we can set up a PFkey to recall any commands just
- >entered *AND* modify them. AIX's 'history function' only lets me
- >re-issue commands just entered *unmodified*.
-
- Try,
-
- $ set -o emacs # for emacs command line editing
-
- use <Ctrl-p> # retrieve the last line
- use <Ctrl-b> # move one character backwards
- use <Ctrl-f> # move one character forwards
- use <Ctrl-d> # delete one character
- use <Ctrl-a> # move cursor to the first character
- use <Ctrl-e> # move cursor to end of line
- use <......> #
-
- $ set -o vi # for vi style command line editing
-
- <try yourself>
-
- -frank-
-
-
-
-
-
-
-
-
- .----------------------------------------------------------------------.
- | E-Mail: FRANVM3(KRAEMERF) - IBM VNET "Yes, I'm one |
- | ====== IBMMAIL(DEIBM27S) - IBM-Mail of those |
- | DE.IBMX400.IBMMAIL.KRAEMER.KRAEME - X.400 stupid IBM |
- | kraemerf@franvm3.vnet.ibm.com - Internet field SE's." |
- | Voice : +49-(0)611/776-364 |
- | Mail : Abraham-Lincoln Street 26, 6200 Wiesbaden, Germany |
- '----------------------------------------------------------------------'
-