sed.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-system-sed" xreflabel="Sed">
  7. <title>Sed-&sed-version;</title>
  8. <?dbhtml filename="sed.html"?>
  9. <indexterm zone="ch-system-sed"><primary sortas="a-Sed">Sed</primary></indexterm>
  10. <para>The Sed package contains a stream editor.</para>
  11. <screen>&buildtime; 0.2 SBU
  12. &diskspace; 5.2 MB</screen>
  13. <para>Sed installation depends on: Bash, Binutils, Coreutils,
  14. Diffutils, GCC, Gettext, Glibc, Grep, Make, Texinfo.</para>
  15. <sect2>
  16. <title>Installation of Sed</title>
  17. <para>Prepare Sed for compilation:</para>
  18. <screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>
  19. <para>Compile the package:</para>
  20. <screen><userinput>make</userinput></screen>
  21. <para>To test the results, issue:
  22. <userinput>make check</userinput>.</para>
  23. <para>Now install the package:</para>
  24. <screen><userinput>make install</userinput></screen>
  25. </sect2>
  26. <sect2 id="contents-sed"><title>Contents of Sed</title>
  27. <para><emphasis>Installed program</emphasis>: sed</para>
  28. </sect2>
  29. <sect2><title>Short description</title>
  30. <indexterm zone="ch-system-sed sed"><primary sortas="b-sed">sed</primary></indexterm>
  31. <para id="sed"><command>sed</command> is used to filter and transform text files
  32. in a single pass.</para>
  33. </sect2>
  34. </sect1>