blob: ae70948dfa0f9e01faa78aff85d5a593756569c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<sect2><title> </title><para> </para></sect2>
<sect2><title>Short description</title>
<para><command>file</command> tries to classify each given file. It does
this by performing several tests: filesystem tests, magic number tests, and
language tests. The first test that succeeds determines the result.</para>
<para><command>libmagic</command> contains routines for magic number
recognition, used by the file program.</para>
</sect2>
|