%general-entities; ]> Sed-&sed-version; Sed <para>The Sed package contains a stream editor.</para> <segmentedlist> <segtitle>&dependencies;</segtitle> <seglistitem> <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed, and Texinfo</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of Sed Prepare Sed for compilation: ./configure --prefix=/usr --bindir=/bin --enable-html The meaning of the new configure option: --enable-html This option tells Sed to build and install its HTML documentation. Compile the package: make To test the results, issue: make check. Install the package: make install Contents of Sed Installed program sed Short Descriptions sed Filters and transforms text files in a single pass sed