Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: an idea, create process on other machine



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