mv

Move file or folder to another directory.

mv

Change file or folder directory.

Parameters:

  • source: Absolute or relative path to move.
  • destination: Absolute or relative path of new directory.

Example:

$ explore
explorer> mv /dropbox/personal/photo /dropbox/personal/media 
explorer> ls -l /dropbox/personal/media
FOLDER            Dec 18 14:42 photo
explorer>