1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

mv: Make mv command fallback to copy only if the src and dst are on different device

This commit is contained in:
hamflx 2024-03-01 20:46:21 +08:00 committed by Sylvestre Ledru
parent 511590ad44
commit b96f825503
5 changed files with 142 additions and 1 deletions

2
Cargo.lock generated
View file

@ -3009,8 +3009,10 @@ dependencies = [
"clap",
"fs_extra",
"indicatif",
"libc",
"thiserror 2.0.11",
"uucore",
"windows-sys 0.59.0",
]
[[package]]