From 85d1ab34004db49a40b9fc74b8172deb680f714e Mon Sep 17 00:00:00 2001 From: Jeff Stein Date: Thu, 16 Feb 2017 14:09:06 -0500 Subject: [PATCH] updated the mimetime ref --- pages/common/file.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/file.md b/pages/common/file.md index 66098ff65..fa1ce4c48 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}}`