mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-26 02:12:16 +03:00
289 B
289 B
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