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:
parent
511590ad44
commit
b96f825503
5 changed files with 142 additions and 1 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3009,8 +3009,10 @@ dependencies = [
|
|||
"clap",
|
||||
"fs_extra",
|
||||
"indicatif",
|
||||
"libc",
|
||||
"thiserror 2.0.11",
|
||||
"uucore",
|
||||
"windows-sys 0.59.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue