>>>>> "zhenhua" == zhenhua  <[EMAIL PROTECTED]> writes:

  zhenhua> Hi, Everyone:
  zhenhua> I use:

  zhenhua> tar cf - directory | rsh hostname tar xf -

  zhenhua> to tar files to a remote server.

  zhenhua> How can I keep the tar file un-extracted on the remote machine?
  zhenhua> something like:

  zhenhua> tar cf - directory | rsh hostname directory.tar


tar cf - directory | rsh hostname "cat > directory.tar"


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to