10.34. Sed-4.4

The Sed package contains a stream editor.

10.34.1. Installation of Sed

Prepare Sed for compilation:

CC="gcc ${BUILD64}" ./configure \
    --prefix=/usr \
    --bindir=/bin \
    --docdir=/usr/share/doc/sed-4.4

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 install-html-am

10.34.2. Contents of Sed

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

Short Descriptions

sed

Filters and transforms text files in a single pass