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 UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 01-16-2004
rhfrommn rhfrommn is offline
Registered User
 

Join Date: Nov 2003
Location: Minnesota
Posts: 387
The most important editor to know is vi. The reason is simple - if your system is trashed emacs might not work but vi is always going to be available (at least it will if your system can boot enough to give you a command line). When you've got a dead system from some /etc/ file being corrupted or whatever is not the time to find out emacs won't edit your file it since you can't start the program. So at least learn enough vi to get you by. If you find you don't like it much then learning other editors is great too. But do not completely ignore vi . . . .