Path: utzoo!news-server.csri.toronto.edu!rpi!usc!chaph.usc.edu!alcor.usc.edu!jeenglis From: jeenglis@alcor.usc.edu (A mutable language) Newsgroups: comp.unix.questions Subject: Re: Simple text editor for unix Message-ID: <15917@chaph.usc.edu> Date: 18 Mar 91 19:39:13 GMT References: <1991Mar18.180553.1806@wlbr.imsd.contel.com> Sender: news@chaph.usc.edu Distribution: usa Organization: A child, an elderly man, a Cuban Lines: 19 Nntp-Posting-Host: alcor.usc.edu amc@wlv.imsd.contel.com (Allen M. Cohen) writes: >Can somebody tell me whare I can get a simple TEXT editor for Unix? >We need it for non-programers who need to edit configuration files, >etc. EMACS and VI are too rich for this purpose. >E.G.: Is there anything like the "SEE" text editor for DOS on UNix? You might want to consider using 'ex' (vi in line-oriented mode). My roommate picked it up in about two hours and is perfectly happy with it. A full-screen display isn't really necessary; he normally uses a Macintosh, and ex's line-oriented display doesn't bother him at all. Plus, it's much simpler to learn and use than visual mode or emacs. --Joe English jeenglis@alcor.usc.edu