Manual Page Result
0
Command: uuto | Section: 1 | Source: UNIX v10 | File: uuto.1
UUTO(1) General Commands Manual 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 re-
cipient is always notified.)
Uupick accepts or rejects files received from uuto. For each file cur-
rently 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.
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)
UUTO(1)