Difference between revisions of "cmd/gio/copy"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
			
		
		
	
|  (Created page with "'''Command''': {{l/cmd|gio}} copy [OPTION...] SOURCE... DESTINATION ==About== Copies one or more files from SOURCE to DESTINATION. If more than one source is specified, the de...") | 
| (No difference) | 
Latest revision as of 22:40, 2 January 2024
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. |