blob: 0eb04acef6c406433cf6671f39769ccd2b5b84b4 (
plain)
1
2
3
4
5
6
7
|
File - determine file type
File tests each argument in an attempt to classify it.
There are three sets of tests, performed in this order:
filesystem tests, magic number tests, and language tests.
The first test that succeeds causes the file type to be
printed.
|