1FILE(1) General Commands Manual FILE(1)
23
4
NAME
6file - determine file type
7
SYNOPSIS
9file file ...
10
DESCRIPTION
12File performs a series of tests on each argument in an attempt to clas‐
13sify it. If an argument appears to be ascii, file examines the first
14512 bytes and tries to guess its language.
15
BUGS
17It often makes mistakes. In particular it often suggests that command
18files are C programs.
1920
Does not recognize Pascal or LISP.
2122
23
24
7th Edition April 29, 1985 FILE(1)