mirror of
https://github.com/bobbimanners/GNO-Extras.git
synced 2024-10-31 13:07:44 +00:00
19 lines
402 B
Plaintext
19 lines
402 B
Plaintext
.TH FILE 1
|
|
.SH NAME
|
|
file \- determine file type
|
|
.SH SYNOPSIS
|
|
.B file
|
|
file ...
|
|
.SH DESCRIPTION
|
|
.I File
|
|
performs a series of tests on each argument
|
|
in an attempt to classify it.
|
|
If an argument appears to be ascii,
|
|
.I file
|
|
examines the first 512 bytes
|
|
and tries to guess its language.
|
|
.SH BUGS
|
|
It often makes mistakes.
|
|
In particular it often suggests that
|
|
command files are C programs.
|