diff --git a/pages/common/file.md b/pages/common/file.md index 66098ff651..fa1ce4c480 100644 --- a/pages/common/file.md +++ b/pages/common/file.md @@ -17,3 +17,7 @@ - Don't stop at first file type match; keep going until the end of the file: `file -k {{filename}}` + +- Determine the mime encoding type of a file: + +`file -i {{filename}}`