cmd/gio/copy
Jump to navigation
Jump to search
Command: gio copy [OPTION...] SOURCE... DESTINATION
About
Copies one or more files from SOURCE to DESTINATION. If more than one source is specified, the destination must be a directory.
Options:
option | description |
---|---|
-T, --no-target-directory | Don’t copy into DESTINATION even if it is a directory. |
-p, --progress | Show progress. |
-i, --interactive | Prompt for confirmation before overwriting files. |
--preserve | Preserve all attributes of copied files. |
-b, --backup | Create backups of existing destination files. |
-P, --no-dereference | Never follow symbolic links. |
--default-permissions | Use the default permissions of the current process for the destination file, rather than copying the permissions of the source file. |