restructure
This commit is contained in:
parent
ef7661245b
commit
598a10bc28
182 changed files with 342 additions and 336 deletions
15
technology/applications/cli/system/file.md
Normal file
15
technology/applications/cli/system/file.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
obj: application
|
||||
repo: https://github.com/file/file
|
||||
wiki: https://en.wikipedia.org/wiki/File_(command)
|
||||
website: https://darwinsys.com/file
|
||||
---
|
||||
# file
|
||||
determine file / [MIME](../../../files/MIME.md) type
|
||||
Usage: `file [OPTION] [FILE]...`
|
||||
|
||||
## Options
|
||||
| Option | Description |
|
||||
| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `-b, --brief` | Do not prepend filenames to output lines (brief mode) |
|
||||
| `-i, --mime` | Causes the file command to output mime type strings rather than the more traditional human readable ones. Thus it may say ‘text/plain; charset=us-ascii’ rather than "ASCII text" |
|
Loading…
Add table
Add a link
Reference in a new issue