From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11024 invoked from network); 28 Jun 2000 05:29:35 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 28 Jun 2000 05:29:35 -0000 Received: (qmail 20956 invoked by alias); 28 Jun 2000 05:29:21 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3221 Received: (qmail 20949 invoked from network); 28 Jun 2000 05:29:20 -0000 Subject: Re: an idea, create process on other machine In-Reply-To: <14681.34868.946026.474470@gargle.gargle.HOWL> from Vardhan Varma at "Jun 28, 2000 10:39:04 am" To: Vardhan Varma Date: Wed, 28 Jun 2000 06:29:42 +0100 (BST) CC: zsh-users@sunsite.auc.dk X-Mailer: ELM [version 2.4ME+ PL66 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: From: Zefram Vardhan Varma wrote: > Basically: > command @machine > invokes command at machine, > carrying over the environment. rsh machine 'command' > can do pipes !! ( internally reverts to socket, of course ). rsh machine 'command' | tr a-z A-Z -zefram