Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: an idea, create process on other machine
- X-seq: zsh-users 3221
- From: Zefram <zefram@xxxxxxxx>
- To: Vardhan Varma <vardhan@xxxxxxxxxxx>
- Subject: Re: an idea, create process on other machine
- Date: Wed, 28 Jun 2000 06:29:42 +0100 (BST)
- Cc: zsh-users@xxxxxxxxxxxxxx
- In-reply-to: <14681.34868.946026.474470@xxxxxxxxxxxxxxxxxx> from Vardhan Varma at "Jun 28, 2000 10:39:04 am"
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author