1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/file.md

17 lines
289 B
Markdown
Raw Normal View History

2015-12-28 22:47:17 -05:00
# 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`