It worked fine in Mozilla.
----- Original Message -----
From: "Dirk Vekemans" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, September 25, 2006 2:49 AM
Subject: Re: compressed internet text available
Alan,
Winzip gives an "Invalid archive directory" error (message WZ13), explorer
crashes when trying to open the archive. Also the download's 16.167kb, so i
guess there's no real compression present?
Ha, what,look, i changed the extention to .txt and now it opens fine in
Notepad..
greetings,
dv
-----Oorspronkelijk bericht-----
Van: Theory and Writing [mailto:[EMAIL PROTECTED]
Namens Alan Sondheim
Verzonden: maandag 25 september 2006 6:21
Aan: [email protected]
Onderwerp: compressed internet text available
Gzipped Internet Text file
http://www.asondheim.org/texts.txt.gz
The file was assembled, as below; URLs were eliminated - most
of them are out of date. This should create little difficulty
(perhaps some slight formatting problems). The gzipped file
is 5.9 megabytes and opens to 16 megabytes. This is the
entire text to date in a more or less searchable form.
861 ls *.txt
862 grep -h -v http net* > texts
863 grep -h -v http Blood.txt >> texts
864 grep -h -v http Weather.txt >> texts
865 grep -h -v http Uncanny.txt >> texts
866 grep -h -v http Fantasm.txt >> texts
867 grep -h -v http ?.txt >> texts
...
870 grep -h -v http ??.txt >> texts
882 gzip texts.txt
_