file-dbg

Determines file type using "magic" numbers (debug)
  http://www.darwinsys.com/file/
  0
  no reviews



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.

this package contains the debugging symbols.