mingw file
========================================================================
The file command is "a file type guesser", that is, a command-line tool
that tells you in words what kind of data a file contains. Unlike most GUI
systems, command-line UNIX systems - with this program leading the charge
- don't rely on filename extentions to tell you the type of a file, but
look at the file's actual contents. This is, of course, more reliable, but
requires a bit of I/O.

Canonical homepage:
  http://www.darwinsys.com/file/

Canonical download:
  ftp://ftp.astron.com/pub/file/

License:
  BSD

Language:
  C

========================================================================

----------  file-5.11-2 -- 2012 Sep 21 -----------
* Recompiled with detached debug info

----------  file-5.11-1 -- 2012 Aug 05 -----------
* First release of file for mingw using new packaging standard. 
