mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-08 20:54:04 +02:00
Update file.md
This commit is contained in:
parent
e92b7e9f67
commit
59c3491787
1 changed files with 3 additions and 4 deletions
|
@ -2,14 +2,13 @@
|
||||||
|
|
||||||
> Determine file type
|
> Determine file type
|
||||||
|
|
||||||
- Give a description of the type of the specified file
|
- Give a description of the type of the specified file. Works fine for files with no file extension.
|
||||||
|
|
||||||
`file {{readme}}`
|
`file {{filename}}`
|
||||||
`file {{python3.so.1}}`
|
|
||||||
|
|
||||||
- Look inside a zipped file and determine the file type(s) inside
|
- Look inside a zipped file and determine the file type(s) inside
|
||||||
|
|
||||||
`file -z foo.zip`
|
`file -z {{foo.zip}}`
|
||||||
|
|
||||||
- Display a quick guide to various flags that can be used
|
- Display a quick guide to various flags that can be used
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue