-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfile.man
30 lines (18 loc) · 918 Bytes
/
file.man
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Unix utility 'file'
The Unix utility 'file' is responsible for displaying information about a given file as parameter.
The utility can identify the file's contents by its extension or even reading some of its content,
such as headers from HAPP binary images or HBoot modules, as well as other files. The utility
initially checks the identity by looking for a series of headers inside the file. If no known
signature is found, it infers the type of file by extension. The file content is not analyzed at
all, just the first few bytes that may contain a file signature.
USAGE:
file <filename>
No additional parameters are required.
For more information, enter 'file ?' or 'file --help'.
HISTORY
This command appeared in the Hexagonix H1 or in previous development versions (2015-2021).
AUTHOR
Felipe Miguel Nery Lunkes
LICENSE
Licensed under BSD-3-Clause.
Hexagonix [2.1 03/12/2023]