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