home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / aix / 13726 < prev    next >
Encoding:
Internet Message Format  |  1993-01-26  |  1.7 KB

  1. Path: sparky!uunet!franvm3.VNET.IBM.COM
  2. From: kraemerf@franvm3.VNET.IBM.COM (Frank Kraemer)
  3. Message-ID: <19930126.010847.96@almaden.ibm.com>
  4. Date: Tue, 26 Jan 93 09:50:23 CET
  5. Newsgroups: comp.unix.aix
  6. Subject: Re. AIX Function Equivalent To VM's "RETRIEVE" Function
  7.          Re: AIX Function Equivalent To VM's "RETRIEVE" Function
  8. Reply-To: kraemerf@franvm3.VNET.IBM.COM
  9. Organization: IBM Germany, BO-89 ACIS South
  10. Disclaimer: This posting represents the poster's views, not those of IBM
  11. News-Software: Usenet 3.0
  12. Lines: 39
  13.  
  14. Ron Wigmore <SYST8103@RyeVm.Ryerson.Ca> writes:
  15.  
  16. >On a VM system we can set up a PFkey to recall any commands just
  17. >entered *AND* modify them.  AIX's 'history function' only lets me
  18. >re-issue commands just entered *unmodified*.
  19.  
  20. Try,
  21.  
  22. $ set -o emacs  # for emacs command line editing
  23.  
  24.   use <Ctrl-p>  # retrieve the last line
  25.   use <Ctrl-b>  # move one character backwards
  26.   use <Ctrl-f>  # move one character forwards
  27.   use <Ctrl-d>  # delete one character
  28.   use <Ctrl-a>  # move cursor to the first character
  29.   use <Ctrl-e>  # move cursor to end of line
  30.   use <......>  #
  31.  
  32. $ set -o vi     # for vi style command line editing
  33.  
  34.   <try yourself>
  35.  
  36. -frank-
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45. .----------------------------------------------------------------------.
  46. | E-Mail: FRANVM3(KRAEMERF)                 - IBM VNET  "Yes, I'm one  |
  47. | ======  IBMMAIL(DEIBM27S)                 - IBM-Mail   of those      |
  48. |         DE.IBMX400.IBMMAIL.KRAEMER.KRAEME - X.400      stupid IBM    |
  49. |         kraemerf@franvm3.vnet.ibm.com     - Internet   field SE's."  |
  50. | Voice : +49-(0)611/776-364                                           |
  51. | Mail  : Abraham-Lincoln Street 26, 6200 Wiesbaden, Germany           |
  52. '----------------------------------------------------------------------'
  53.