mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 03:17:58 +01:00
17 lines
289 B
Markdown
17 lines
289 B
Markdown
|
# file
|
||
|
|
||
|
> Determine file type
|
||
|
|
||
|
- Give a description of the type of the specified file
|
||
|
|
||
|
`file {{readme}}`
|
||
|
`file {{python3.so.1}}`
|
||
|
|
||
|
- Look inside a zipped file and determine the file type(s) inside
|
||
|
|
||
|
`file -z foo.zip`
|
||
|
|
||
|
- Display a quick guide to various flags that can be used
|
||
|
|
||
|
`file --help`
|