ranlib: fix it
[odcctools-svp.git] / man / file.1
blob251ef40b635d9e2033a3bc674bbe574e57ac640d
1 .TH FILE 1 "July 28, 2005"  "Apple Computer, Inc."
2 .SH NAME
3 file \- determine file type
4 .SH SYNOPSIS
5 .B file
7 .B\-f
8 .I list 
10 .IR filename ...
11 .SH DESCRIPTION
12 The
13 .I file
14 command performs a series of tests on each 
15 file argument in an attempt to classify it.  
16 If an argument appears to
17 be ASCII,
18 .I file
19 examines the first 512 bytes
20 and tries to guess its language.
21 .PP
22 If the argument is a universal file, the series of 
23 tests is performed on each
24 architecture in the universal file.
25 .PP
26 If the
27 .B \-f
28 option is specified, 
29 .I file
30 instead performs its tests on each file 
31 listed in the file
32 named
33 .IR list .
34 This file should contain one filename per 
35 line, with no whitespace.
36 .SH BUGS
37 The
38 .I file
39 command often makes mistakes.
40 In particular, it often suggests that command 
41 files are C programs.
42 It does not recognize Pascal or LISP.