man(1) Manual page archive


     UUTO(1)                                                   UUTO(1)

     NAME
          uuto, uupick - simplified unix-to-unix remote file copy

     SYNOPSIS
          uuto [ option ... ] file ... recipient

          uupick [ -s system ]

     DESCRIPTION
          Uuto sends the named files to a recipient on another system
          by means of uucp(1). The recipient is named thus:

               system!user

          The options are

          -p   Make a copy of the files. This option allows you to
               delete or modify the files without worrying about
               whether they have yet been sent.
          -m   Notify the sender by mail when the copy is complete.
               (The recipient is always notified.)

          Uupick accepts or rejects files received from uuto. For each
          file currently available, it announces

               from system sys-name: file file-name

          followed by `?'.  Give one of these answers on the standard
          input:

          <new-line>
               Go on to next entry.

          d    Delete the entry.

          m dir
               Move the entry to directory dir. If dir is missing, use
               the current directory.

          a dir
               Like m, but move all files from the given system.

          p    Print the file.

          <EOT> (control-d)
          q    Stop.

          !command
               Escape to sh(1) command.

     UUTO(1)                                                   UUTO(1)

          anything else
               Print a usage summary.

          Option -s picks files only from the named system.

     FILES
          where the files go

     SEE ALSO
          mail(1), push(1), rcp(1), uucp(1)