We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the uu-mv with multiple sources, if one of the specified sources does not exist, the error message produced by uu-mv differs from GNU's mv.
uu-mv
mv
Example:
touch a; mkdir d; mv a b d/
GNU’s mv produces the following message:
mv: cannot stat 'b': No such file or directory
Whereas uu-mv outputs:
mv: cannot move 'b' to 'd/b': No such file or directory
The text was updated successfully, but these errors were encountered:
dup-src
Successfully merging a pull request may close this issue.
When using the
uu-mv
with multiple sources, if one of the specified sources does not exist, the error message produced byuu-mv
differs from GNU'smv
.Example:
GNU’s
mv
produces the following message:Whereas
uu-mv
outputs:The text was updated successfully, but these errors were encountered: