Nav Loading...
|
Fine Free File CommandThis is the home page for the open source implementation of the file(1) command that ships with most free operating systems (Linux, NetBSD, FreeBSD, etc.) and has been ported to most systems where people use free software (including OS/2, DOS, MS Windows, etc.). The lone standout, OpenBSD, wrote their own code, but still use our file command's configuration files. What?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. The original file command shipped with Bell Labs UNIX (here is a man page from Research 4th Edition, 1973, obtained from the The Unix Historical Society), but was unavailable in source form to the masses before Ian's reimplementation. This file command (and magic file) was originally written by Ian Darwin (who still contributes occasionally) and is now maintained by a group of developers lead by Christos Zoulas. Announcements of new releases are made on the "file" mailing list. Who's using it?
Got code?The file program is included in most UNIX systems today. Should you want or need to compile it yourself, or just want to see how it works, you'll find the latest released version of the file command's source code at ftp://ftp.astron.com/pub/file/. Should you prefer to go more bleeding edge, there's a read-only mirror of the project's internal CVS repository on github. Twenty Years Before the FileMy first commit in RCS, which later migrated into a CVS repository, was in August, 1987: revision 1.1 date: 1987/08/23 19:51:05; author: ian; state: Exp; Initial revision BugsPlease report bugs to the bug tracker or the mailing list (see above).Other Pages about this programDerivative Implementations
Alternate file-typing programs:
|