The move command mv, like copy, is of the form:
mv <options> <source> <dest>.
The <source> parameter can contain wild cards, and when referring to more than one file the <dest> must be a directory. Several options include:
Example:
mv myfile myfile.old
will move the file myfile to the new file namedmyfile.old.