mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 16:01:11 +00:00
14 lines
275 B
Plaintext
14 lines
275 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# gst-typefind-1.0
|
|
|
|
> Find the mime type of a file.
|
|
> More information: <https://manned.org/gst-typefind-1.0>.
|
|
|
|
- Print the mime type of a file:
|
|
|
|
`gst-typefind-1.0 {{path/to/file}}`
|