[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: opening local files with arbitrary extensions as HTML
>>>>> In [emacs-w3m : No.09551] Katsumi Yamaoka wrote:
> If you have the version of the `file' command that returns
> a content type of a file regardless of a file name extension, i.e.,
> $ file /usr/share/doc/apache2-doc/manual/howto/cgi.html.en
> /usr/share/doc/apache2-doc/manual/howto/cgi.html.en: text/html
Sorry, it should be:
$ file -i /usr/share/doc/apache2-doc/manual/howto/cgi.html.en
^^