From 4be4f202afd35f7c54642e9cde829e5033d53911 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 18 Jul 2005 22:52:05 +0000 Subject: now with hget --- dict/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dict') diff --git a/dict/README b/dict/README index 3fa974e6..d581186e 100644 --- a/dict/README +++ b/dict/README @@ -2,12 +2,12 @@ # and modifying dict to handle it. # This is the Project Gutenberg original Webster's dictionary -wget -O- http://pdos.lcs.mit.edu/~rsc/software/plan9/pgw.tar.bz2| +hget http://pdos.lcs.mit.edu/~rsc/software/plan9/pgw.tar.bz2| bunzip2| tar xf - # This is the Project Gutenberg original Roget's thesaurus -wget -O- http://pdos.lcs.mit.edu/~rsc/software/plan9/roget.tar.bz2| +hget http://pdos.lcs.mit.edu/~rsc/software/plan9/roget.tar.bz2| bunzip2| tar xf - -- cgit v1.2.3