Difference between revisions of "cmd/gio/move"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< cmd‎ | gio
Jump to navigation Jump to search
(Created page with "'''Command''': {{l/cmd|gio}} move [{{arg|OPTION}}...] {{arg|SOURCE}}... {{arg|DESTINATION}} ==About== Moves one or more files from {{arg|SOURCE}} to {{arg|DESTINATION}}. If mo...")
 
(No difference)

Latest revision as of 23:11, 2 January 2024

Command: gio move [<OPTION>...] <SOURCE>... <DESTINATION>

About

Moves one or more files from <SOURCE> to <DESTINATION>. If more than one source is specified, the destination must be a directory.

Options

short long 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.
-b --backup Create backups of existing destination files.
-C --no-copy-fallback Don’t use copy and delete fallback.