COPY

COPY <file> TO <newfile>

Type: statement

<file> を <newfile> へ複製します。
例:

COPY "file.txt" TO "/tmp/new.txt"
