Jeff Stein пре 8 година
родитељ
комит
85d1ab3400
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      pages/common/file.md

+ 4 - 0
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}}`