BSD 4_2 development
[unix-history] / usr / man / man1 / file.1
CommitLineData
d8649de5
C
1.TH FILE 1 "18 January 1983"
2.SH NAME
3file \- determine file type
4.SH SYNOPSIS
5.B file
6file ...
7.SH DESCRIPTION
8.I File
9performs a series of tests on each argument
10in an attempt to classify it.
11If an argument appears to be ascii,
12.I file
13examines the first 512 bytes
14and tries to guess its language.
15.SH BUGS
16It often makes mistakes.
17In particular it often suggests that
18command files are C programs.
19.PP
20Does not recognize Pascal or LISP.