mimetype
Automatically determine the MIME type of a file.
=> More information.
- Print the MIME type of a given file:
mimetype {path/to/file}
- Display only the MIME type, and not the filename:
mimetype --brief {path/to/file}
- Display a description of the MIME type:
mimetype --describe {path/to/file}
- Determine the MIME type of stdin (does not check a filename):
{some_command} | mimetype --stdin
- Display debug information about how the MIME type was determined:
mimetype --debug {path/to/file}
- Display all the possible MIME types of a given file in confidence order:
mimetype --all {path/to/file}
- Explicitly specify the 2-letter language code of the output:
mimetype --language {path/to/file}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/mimetype.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 125.543172 milliseconds
- Gemini-to-HTML Time
- 0.317928 milliseconds
This content has been proxied by September (3851b).