Skip to content

Instantly share code, notes, and snippets.

@alvir
Created May 1, 2014 11:21
Show Gist options
  • Save alvir/9448518bf4732669a02a to your computer and use it in GitHub Desktop.
Save alvir/9448518bf4732669a02a to your computer and use it in GitHub Desktop.
Problem with word file mime-type
$ file -b --mime-type 'Title_Of_Word_File.doc'
ERROR: (null)
$ file --version
file-5.09
magic file from /etc/magic:/usr/share/misc/magic
$ apt-get update
$ apt-get install file
$ file --version
file-5.09
magic file from /etc/magic:/usr/share/misc/magic
$ file -b --mime-type 'Title_Of_Word_File.doc'
application/msword
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment