If I use wget
to download this page:
wget http://www.aqr.com/ResearchDetails.htm -O page.html
and then attempt to view the page in less
, less reports the file as being a binary.
less page.html
"page.html" may be a binary file. See it anyway?
These are the response headers:
Accept-Ranges:bytes
Cache-Control:private
Content-Encoding:gzip
Content-Length:8295
Content-Type:text/html
Cteonnt-Length:44064
Date:Sun, 25 Sep 2011 12:15:53 GMT
ETag:"c0859e4e785ecc1:6cd"
Last-Modified:Fri, 19 Aug 2011 14:00:09 GMT
Server:Microsoft-IIS/6.0
X-Powered-By:ASP.NET
Opening the file in vim works fine.
Any clues as to why less can not handle it?