6.20. Sed-4.1.5

The Sed package contains a stream editor.

Approximate build time: 0.2 SBU
Required disk space: 7.9 MB
Installation depends on: Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed, and Texinfo

6.20.1. Installation of Sed

Prepare Sed for compilation:

./configure --prefix=/usr --bindir=/bin --enable-html

The meaning of the new configure option:

--enable-html

This builds the HTML documentation.

Compile the package:

make

To test the results, issue: make check.

Install the package:

make install

6.20.2. Contents of Sed

Installed program: sed

Short Descriptions

sed

Filters and transforms text files in a single pass