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. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.