mv Command

Purpose:

Renames a file.

Syntax:

mv sourcefile,newnamefile

Comments:

Based on Linux mv command.  Supplying quotes around directory name is not necessary unless name contains spaces in console or terminal mode.

Example:

mv "test.dat" , "test.sav"