control 484 B

1234567891011121314
  1. Source: file
  2. Section: utils
  3. Priority: standard
  4. Maintainer: Nicolás Lichtmaier <nick@feedback.com.ar>
  5. Standards-Version: 2.1.2.2
  6. Package: file
  7. Architecture: any
  8. Depends: ${shlibs:Depends}
  9. Description: Determines file type using "magic" numbers
  10. File tests each argument in an attempt to classify it. There are three
  11. sets of tests, performed in this order: filesystem tests, magic number
  12. tests, and language tests. The first test that succeeds causes the
  13. file type to be printed.