Skip to content

Improve mv Command

Michael Aaron Murphy requested to merge mmstick:mv-improvements into master
  • 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.

Merge request reports