gvfs-move gvfs Developer Alexander Larsson alexl@redhat.com gvfs-move 1 User Commands gvfs-move Copy files gvfs-move OPTION SOURCE DEST gvfs-move OPTION SOURCE DIRECTORY Description gvfs-move moves a file from SOURCE to DEST, or multiple SOURCEs to DIRECTORY. gvfs-move is similar to the traditional mv utility, but using gvfs locations instead of local files: for example you can use something like smb://server/resource/file.txt as location. Options The following options are understood: , Prints a short help text and exits. Shows the version number and exits. , Don't move into DEST even if it is a directory. , Show progress. , Prompt before overwriting files. , Backup existing destination files. , Don't use copy and delete fallback. Exit status On success 0 is returned, a non-zero failure code otherwise. See Also mv1