lfs-utils-desc.xml 787 B

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