sed-desc.xml 303 B

123456789101112131415161718
  1. <sect2>
  2. <title>Contents</title>
  3. <para>
  4. The Sed package contains the sed program.
  5. </para>
  6. </sect2>
  7. <sect2><title>Description</title>
  8. <para>
  9. sed is a stream editor. A stream editor is used to perform basic text
  10. transformations on an input stream (a file or input from a pipeline).
  11. </para>
  12. </sect2>