file is a standard Unix program for determining the type of data contained in a computer file.
The original version of file originated in Unix Research Version 4 in 1973. System V saw a major update with several important changes, most notably moving the file type information into an external text file rather than compiling it into the binary itself.
All major BSD and...