You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, an attempt is made to identify a given file based on predetermined binary patterns. If this fails, `file` will fall back to determining the type based on the filename.
16
+
17
+
## Options
18
+
19
+
*`--help`: Display this message
20
+
*`-I`, `--mime-type`: Only show mime type.
21
+
22
+
## Arguments
23
+
24
+
*`files`: Files to identify
25
+
26
+
## Examples
27
+
28
+
```sh
29
+
# Identify a file
30
+
$ file Buggie.png
31
+
Buggie.png: PNG image data, 64 x 138
32
+
# Identify all files in the current directory, and show only the mime type.
0 commit comments