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 -->
  #5 (permalink)  
Old 06-09-2005
d11wtq d11wtq is offline
Registered User
  
 

Join Date: Jun 2005
Posts: 42
Editting on command prompt. There's a number of tools for the job.

The most popular are:

pico (or nano), emacs, and vi

personally I think the easiest to use is emacs and the most tricky is vi (since it's all commd based).

The korn shell should also support using arrow keys for cycling throught the history etc too. What happens when you press up? What terminal type are you using?