PPRuNe Forums - View Single Post - UNIX command for line buffer
View Single Post
Old 26th February 2007 | 15:04
  #4 (permalink)  
pmills575
20 Anniversary
 
Joined: Apr 2004
Posts: 152
Likes: 9
From: Crawley
On some version of the ksh if you type:
set -o vi

this will enable you to use command completion.
Also type ESC k to get last commands

For command completion type a part of the command and hit ESC ESC
if the command has been type before it will attempt to complete the rest of the line for you.
pmills575 is offline  
Reply