From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1ece2318f24b35a7 X-Google-Attributes: gid103376,public From: "E. Robert Tisdale" Subject: Re: UNIX Compressed Files From A PC Date: 2000/08/14 Message-ID: <39984E52.F8E3EB6B@netwood.net>#1/1 X-Deja-AN: 658276115 Content-Transfer-Encoding: 7bit References: <3995C90A.E72C055F@acm.org> <8n92qr$1fp$1@nnrp1.deja.com> <399839B0.F5A138F7@acm.org> <8n9gsp$da5$1@nnrp1.deja.com> <3998557B.B45DB5E6@acm.org> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: newsabuse@supernews.com Organization: Posted via Supernews, http://www.supernews.com MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-08-14T00:00:00+00:00 List-Id: "Marin D. Condic" wrote: > One day, when I get to be captain of the ship, > I'm going to enjoy issuing arbitrary and capricious commands > with a whimsical "Make It So, Number One!" > and let someone else sweat the details. :-) I still think that you've been given a little test and you're failing badly. A UNIX programmer might type localhost$ zcat file.Z | rsh remotehost filter | compress >> /tmp/file.Z localhost$ mv /tmp/file.Z file.Z localhost$ at the UNIX prompt to run compressed file file.Z through your filter on the remote host (the NT in this case). I don't understand why you wasted your weekend on this problem and I don't understand why your employer permits you to continue wasting time on it.