10.17. Sed-4.2.1

The Sed package contains a stream editor.

10.17.1. Installation of Sed

Prepare Sed for compilation:

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

Compile the package:

make

Build the HTML documentation:

make html

To test the results, issue: make check.

Install the package:

make install

Install the HTML documentation:

make -C doc install-html

10.17.2. Contents of Sed

Installed program: sed
Installed directory: /usr/share/doc/sed

Short Descriptions

sed

Filters and transforms text files in a single pass