Date: Fri, 10 May 2002 02:20:31 +0200 From: Matthias Buelow <mkb@informatik.uni-wuerzburg.de> To: Ross Lippert <ripper@eskimo.com> Cc: freebsd-questions@freebsd.org Subject: Re: an editor in /bin Message-ID: <20020510002031.GB21593@reiher.informatik.uni-wuerzburg> In-Reply-To: <200205081326.GAA02899@eskimo.com> References: <200205081326.GAA02899@eskimo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Ross Lippert writes: >1) is there a better editor in /bin than ed? >2) (if yes) shouldn't there be a better editor in /bin than ed? ed is easy to use for small editing jobs (on the scale of editing config files until you can bring your system to mount user), so where's the problem? You can easily compile any other editor you like statically and place it somewhere where it would be accessible through the root filesystem if you think it's not worth the effort to learn a bit of ed. However, if you know vi already, you should get along with ed easily, since the ed command set is basically a subset of vi. I think you'll get many replies going into the direction that for making proficient use of Unix, learning ed is something you cannot skip (these days, ed is more often used for bulk-editing of files in shell scripts than used as an interactive editor, and it's a very powerful tool for that purpose too.) --mkb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020510002031.GB21593>