tcl.ppcp
Copies item(s) between Pick virtual machines.
Syntax
ppcp file.reference {item.list*} {(options} to: VM.name {(file} {item.list}
Description
copies item(s) to a file in another Pick virtual machine on the same system or through a network.
'file.reference'
(Pick) source file name.
'item.list'
List of items to copy. If not specified, a list must be active.
'VM.name'
Destination Pick virtual machine name. The virtual machine must be known as a 'host'. See 'pxpcmd'.
'file'
Destination file name. If omitted, data is copied into the same account, same file as on the source system.
'account'
Account on the target virtual machine. If the destination file on the destination host is in a different account than on the source system, an explicit, full path name must be used (see examples below).
Options
a Requests an acknowledgement from the remote system.
i Suppresses display of item-id(s).
Example
ppcp bp term
to: dev2
Copies the item 'bp term' to the virtual machine 'dev2', in
the same account, same file.
ppcp bp term
to: dev2 (test,bp,
Copies the item 'bp term' to the virtual machine 'dev2', in
the account 'test', same file.
ppcp bp term
to: dev2 (test,bp2,
Copies the item 'bp term' to the virtual machine 'dev2', in
the account 'test', in the file 'bp2'.
ppcp bp term
to: dev2 (test,bp2, new.term
Copies the item 'bp term' to the virtual machine 'dev2', in
the account 'test', in the file 'bp2', in the item
'new.term'.
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
