Project

General

Profile

Actions

Copy » History » Revision 3

« Previous | Revision 3/6 (diff) | Next »
Per Amundsen, 10/05/2016 01:17 PM


Added in 1.9.6

/copy -ao <filename> <filename/directory>

Copies a file to another filename or directory.

Switches

-a - Appends the source file to the target file.
-o - Overwrites the target file if it exists.
-f - Flushes copy to disk immediately.

Parameters

<filename> - Filename to copy from. (Can be a wildcard)
<filename/directory> - Filename or directory to copy to.

Example

; Copy all the files in directory 'aaa' into directory 'bbb'.
/copy aaa bbb

; Copy file 'aaa.png' into folder 'bbb'
/copy aaa.png bbb

Updated by Per Amundsen over 7 years ago · 3 revisions

Also available in: PDF HTML TXT