The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 06-09-2005
zazzybob's Avatar
zazzybob zazzybob is offline Forum Advisor  
Registered Geek
  
 

Join Date: Dec 2003
Location: Melbourne, Australia
Posts: 2,100
The korn shell does *not* support arrow keys for scrolling through commands.

The easiest way is to use vi mode (set -o vi) and then use Esc to get into command mode then k and j to cycle through commands.

The tcsh allows arrow key scrolling, as does bash.

Cheers
ZB