lfs-utils-desc.xml 730 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 <userinput>mktemp</userinput>. 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 <userinput>bash</userinput> 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 <userinput>http-get</userinput>
  11. script to simplify the process of procuring IANA's services and protocols
  12. configuration files.</para>
  13. </sect2>