Bell 32V development
[unix-history] / usr / man / man1 / file.1
CommitLineData
c1030a02
TL
1.TH FILE 1
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.