file-desc.xml 406 B

12345678910111213141516
  1. <sect2>
  2. <title>Contents</title>
  3. <para>The File package contains the file program.</para>
  4. </sect2>
  5. <sect2><title>Description</title>
  6. <para>File tests each specified file in an attempt to classify it. There are
  7. three sets of tests, performed in this order: filesystem tests,
  8. magic number tests, and language tests. The first test that succeeds
  9. causes the file type to be printed.</para>
  10. </sect2>