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.
This package is known to build and work properly using an LFS-6.5 platform.
Download (HTTP): http://ftp.gnu.org/pub/gnu/ed/ed-1.4.tar.gz
Download (FTP): ftp://ftp.gnu.org/pub/gnu/ed/ed-1.4.tar.gz
Download MD5 sum: da0ddc0e0b0bec2da4b13b0d0d1bce2b
Download size: 89 KB
Estimated disk space required: 2 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 --bindir=/bin && make
To test the results, issue: make check.
Now, as the root user:
make install
--bindir=/bin: This
parameter places the ed binary into the root
filesystem.
Last updated on 2009-08-02 22:13:47 +0000