diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-DB51983B-9991-57F3-85E6-F770C35A9023.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-DB51983B-9991-57F3-85E6-F770C35A9023.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,12 @@ + + + + + +mv

mv

Move or rename files.

mv [OPTION]... [-T] SOURCE DEST

mv [OPTION]... SOURCE... DIRECTORY

mv [OPTION]... -t DIRECTORY SOURCE...

Opions can be one of the following:

Option Description

-T

--no-target-directory.

Treat DEST as a normal file.

-i

--interactive .

Prompt before overwrite.

-u

--update .

Move only when the SOURCE file is newer than the destination file or when the destination file is missing.

-t

--target-directory=DIRECTORY .

Move all SOURCE arguments into DIRECTORY.

-f

--force .

Do not prompt before overwriting.

\ No newline at end of file