Improve mv Command
- Add the ability to move multiple files at the same time.
- Use fs::rename() when moving across the same device, else use fs::copy() to move files between devices.
- If the destination target is a directory, append the filename of the source to the destination path.
- Implement the interactive, no clobber and verbose flags.
- Add a MAN_PAGE constant variable for the help flag.