Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!elroy.jpl.nasa.gov!jarthur!ucivax!orion.oac.uci.edu!ucsd!ucbvax!tut.cis.ohio-state.edu!unreplyable!garbage From: Gregor@parc.xerox.com (Gregor Kiczales) Newsgroups: comp.lang.clos Subject: [Alan@lcs.mit.edu: MOP Specification] Message-ID: <91Apr22.170417pdt.29186@tracer-bullet.parc.xerox.com> Date: 23 Apr 91 00:04:07 GMT Sender: welch@tut.cis.ohio-state.edu Distribution: inet Organization: CommonLoops Lines: 28 Thanks to Alan Bawden for pointing out a braino in my previous message. The file on arisia that you want to copy is compressed, so you have to use binary mode to copy it. Its hard to see why I got confused, after all, all I had to keep straight was that I needed to tar and compress the file. Except of course if I was planning to mail it in which case I need to tar, compress, uuencode and the split it. (Oh yes, and after splitting it I have to rename it all.) Gee, life here in the future sure is simple. Date: Mon, 22 Apr 1991 16:42:12 PDT From: Alan Bawden To: Gregor@parc.xerox.com (Gregor Kiczales) In-Reply-To: Gregor@parc.xerox.com's message of 22 Apr 91 21:03:54 GMT Subject: MOP Specification From: Gregor@parc.xerox.com (Gregor Kiczales) Newsgroups: comp.lang.clos Date: 22 Apr 91 21:03:54 GMT ... /pcl/mop/spec.tar.Z. This is a uuencoded tarfile, so use binary mode to copy it. Once you have uudecoded and untared it, ... Surely you meant to say "compressed" rather than "uuencoded"? uuencode actually makes files -bigger- (but suitable for transmission through electronic mail). At least, thats what the uuencode here does...