rsh & tar

Tom Link link at godot.psc.edu
Sat Jun 3 01:18:19 AEST 1989


In article <19836 at adm.BRL.MIL> drears at pica.army.mil (Dennis G. Rears (FSAC)) writes:
>
> I am trying to run the following command on the VAX:
>
>tar -cf - .|rsh drun  tar xf -
>
how about:

tar -cf - . | rsh drun "cat | tar xf -"

the cat will receive the sdin from the rsh and echo thru the pipe.

tom link



More information about the Comp.unix.wizards mailing list