Completes the transfer of and handles files sent by the uuto command.
uupick [ -sSystem ]
The uupick command is a Basic Networking Utilities (BNU) command that completes the transfer and handles files that the BNU uuto command has transmitted to a designated user ID.
Once the copied file is the receive directory, the rmail command notifies the recipient that the file has arrived. The recipient then issues the uupick command, which searches the public directory on the local system for files sent with some form of the following name:
/var/spool/uucppublic/receive/User/System/File
For each file or directory found, the uupick command displays the following message on the screen of the local system:
from System: [file File] [dir Directory]
?
The question mark prompt (?) following the message indicates you can now enter one of the file-handling options.
Item | Description |
---|---|
-s System | Searches /var/spool/uucppublic/receive/User/System for files sent from the specified system. System names contain only ASCII characters. |
The question mark prompt (?) following a message indicates that one of the following file-handling options should be entered:
Option | Action |
---|---|
!Command | Escapes to a shell to run the specified command. After the command executes, the user is automatically returned to the uupick command. |
* | Displays all the file-handling options. |
a [Directory] | Moves all uuto files currently in the receive directory into a specified directory on the local system. The default is the current working directory. Use a full or relative path name to specify the destination directory. |
Ctrl-D | Stops processing and exits from the uupick command. |
d | Deletes the specified file. |
m [Directory] | Moves the file to a specified directory. If the Directory variable is not specified as a complete path name, a destination relative to the current directory is assumed. If no destination is given, the default is the current working directory on the local system. |
new-line | Moves to the next entry in the receive directory when the Enter key is pressed. |
p | Displays the contents of the file on the workstation screen. |
q | Stops processing and exits from the uupick command. |
uupick
The system responds with a message
similar to: from system anchor: file file2
?
Enter: a /usr/bin1
In this example, the /usr/bin/file2 file sent with the uuto command from system anchor is added to the /usr/bin1 directory on the local system.Note: The a /usr/bin1 instruction means move all files, not just one. Thus, if any other files are in the ~/anchor/... directory, they will also be moved.
uupick -s anchor
The system responds with a message similar to:from system anchor: file file1
Item | Description |
---|---|
/usr/bin/uupick | Contains the uupick command. |
/var/spool/uucppublic | Contains the BNU public directory. |