lint cleanup
[unix-history] / usr / src / usr.bin / file / file.1
CommitLineData
599b5ddc 1.\" @(#)file.1 6.1 (Berkeley) %G%
4d1d8fc2 2.\"
599b5ddc 3.TH FILE 1 ""
4d1d8fc2
KM
4.AT 3
5.SH NAME
6file \- determine file type
7.SH SYNOPSIS
8.B file
9file ...
10.SH DESCRIPTION
11.I File
12performs a series of tests on each argument
13in an attempt to classify it.
14If an argument appears to be ascii,
15.I file
16examines the first 512 bytes
17and tries to guess its language.
18.SH BUGS
19It often makes mistakes.
20In particular it often suggests that
21command files are C programs.
22.PP
23Does not recognize Pascal or LISP.