Ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files, both interactively and via shell scripts. Ed isn't something which many people use. It's described here because it can be used by the patch program if you encounter an ed-based patch file. This happens rarely because diff-based patches are preferred these days.
Download (HTTP): http://ftp.gnu.org/pub/gnu/ed/ed-0.8.tar.bz2
Download (FTP): ftp://ftp.gnu.org/pub/gnu/ed/ed-0.8.tar.bz2
Download MD5 sum: b359451fb32097974484b5ba7c19f5fb
Download size: 66 KB
Estimated disk space required: 1.3 MB
Estimated build time: Less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/ed
Install Ed by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check.
Now, as the root
user:
make install && make install-man
Last updated on 2008-04-25 18:22:22 -0500