Unix and Linux Discussions Tagged with move |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
4 |
15,158 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
68,120 |
Shell Programming and Scripting |
|
|
|
7 |
107,193 |
Shell Programming and Scripting |
|
|
|
14 |
13,847 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
14,471 |
Shell Programming and Scripting |
|
|
|
8 |
5,392 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
31,577 |
Solaris |
|
|
|
1 |
18,759 |
Shell Programming and Scripting |
|
|
|
4 |
7,021 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,371 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
3,213 |
Shell Programming and Scripting |
|
|
|
11 |
6,830 |
Shell Programming and Scripting |
|
|
|
2 |
2,079 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
2,994 |
Shell Programming and Scripting |
|
|
|
6 |
6,036 |
Shell Programming and Scripting |
|
|
|
10 |
9,320 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,811 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
3 |
2,707 |
Shell Programming and Scripting |
|
|
|
1 |
4,886 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
2,463 |
Shell Programming and Scripting |
|
|
|
5 |
4,479 |
UNIX for Dummies Questions & Answers |
|
|
|
10 |
21,750 |
OS X (Apple) |
|
|
|
2 |
7,628 |
Shell Programming and Scripting |
|
|
|
6 |
5,292 |
Shell Programming and Scripting |
|
|
|
1 |
3,619 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
13,172 |
Shell Programming and Scripting |
|
|
|
14 |
25,778 |
AIX |
|
|
|
5 |
4,768 |
Shell Programming and Scripting |
|
|
|
11 |
22,750 |
Shell Programming and Scripting |
|
|
|
4 |
4,277 |
Shell Programming and Scripting |
|
|
|
2 |
13,642 |
Shell Programming and Scripting |
|
|
|
1 |
8,049 |
Shell Programming and Scripting |
|
|
|
0 |
1,823 |
UNIX and Linux RSS News |
|
|
|
1 |
7,453 |
Shell Programming and Scripting |
|
|
|
0 |
2,836 |
UNIX and Linux RSS News |
|
|
|
0 |
5,546 |
OS X Support RSS |
|
|
|
0 |
1,891 |
OS X Support RSS |
|
|
|
0 |
3,057 |
IT Security RSS |
|
|
|
3 |
3,523 |
Shell Programming and Scripting |
|
|
|
10 |
12,076 |
Ubuntu |
gvfs-move(1) User Commands gvfs-move(1)
NAME
gvfs-move - move a file from one VFS location to another
SYNOPSIS
gvfs-move source-URI destination-URI
DESCRIPTION
gvfs-move moves a file from one URI location to another, using the virtual file system.
OPERANDS
The following operands are supported:
source-URI Specifies the source file location in standard URI format.
destination-URI Specifies the destination file or directory location in standard URI format.
EXAMPLES
Example 1: Moving a File From a Web Server to a Local File
example%
gvfs-move http://www.sun.com file:///home/user/index.html
ENVIRONMENT VARIABLES
See environ(5) for descriptions of the following environment variables: NLSPATH.
EXIT STATUS
The exit value 0 is returned regardless of success or failure.
FILES
The following files are used by this application:
/usr/bin/gvfs-move Executable to move a file from one VFS location to another
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWgnome-gvfs |
+-----------------------------+-----------------------------+
|Interface stability |Volatile |
+-----------------------------+-----------------------------+
SEE ALSO
gvfs-cat(1), gvfs-copy(1), gvfs-rename(1), gvfs-info(1), gvfs-less(1), gvfs-ls(1), gvfs-mkdir(1) gvfs-monitor-dir(1), gvfs-monitor-file(1),
gvfs-mount(1), gvfs-copy(1), gvfs-open(1), gvfs-rm(1), gvfs-save(1), gvfs-trash(1), gvfs-tree(1), attributes(5), environ(5)
NOTES
Written by Alvaro Lopez Ortega, Sun Microsystems Inc., 2008.
SunOS 5.11 25 Mar 2008 gvfs-move(1)