Skip to content

Improve mv Command

Michael Aaron Murphy requested to merge mmstick:mv-improvement into master
  • Add the ability to move multiple files at the same time.
  • Use fs::rename() when moving across the same device, else use io::copy() to move files between devices.
  • If the destination target is a directory, append the basename of the source path to the destination path.

Merge request reports