mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 02:57:58 +01:00
Create file.md
This commit is contained in:
parent
646ef1f568
commit
54bd1f5ce5
1 changed files with 16 additions and 0 deletions
16
pages/common/file.md
Normal file
16
pages/common/file.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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`
|
Loading…
Reference in a new issue