file-desc.xml 410 B

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