lfs-utils-desc.xml 718 B

123456789101112131415161718
  1. <sect2><title>Short descriptions</title>
  2. <para><command>mktemp</command> creates temporary files in a secure manner.
  3. It is used in scripts.</para>
  4. <para><command>tempfile</command> creates temporary files in a less secure
  5. manner than <command>mktemp</command>. It is installed for
  6. backwards-compatibility.</para>
  7. <para>The <command>http-get</command> script takes advantage of a little known
  8. feature of <command>bash</command> called "net redirection". It is used to
  9. download from websites without using any other programs.</para>
  10. <para><command>iana-net</command> uses the <command>http-get</command>
  11. script to simplify the process of procuring IANA's services and protocols
  12. configuration files.</para>
  13. </sect2>