VSTa manual pages  - MV (1)

NAME

mv - move files

CONTENTS

Syntax
Description
Examples
See Also

SYNTAX

mv src [src ...] dest

DESCRIPTION

The mv command moves single or several files or directories from one location to another. If a single file or directory is moved and the last element of the destination isn’t a directory, it is moved and renamed to that. So mv can be used to rename files.

EXAMPLES

mv foo.c bar/ - will move the file foo.c into the bar directory

mv foo.c foo.h bar/ - will move the files foo.c and foo.h into the bar directory

mv foo.c bar.c - this will rename foo.c to bar.c

SEE ALSO

cp(1), rm(1)


MV (1)
Generated by manServer 1.06 from mv.1 using man macros.