Ver código fonte

updated the mimetime ref

Jeff Stein 8 anos atrás
pai
commit
85d1ab3400
1 arquivos alterados com 4 adições e 0 exclusões
  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}}`