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
chown -v --from=42 43
With GNU:
$ touch f $ chown -v --from=42 43 f ownership of 'f' retained as sylvestre
Nothing is showed with our implementation
To run it: fakeroot bash util/run-gnu-test.sh tests/chown/basic.sh
fakeroot bash util/run-gnu-test.sh tests/chown/basic.sh
The text was updated successfully, but these errors were encountered:
I would love to contribute to this project and tackle this issue. I might need some time to understand the general structure and ask a few questions.
Sorry, something went wrong.
Sure, give it a try. And don't hesitate to ask questions, either here or on discord :)
Successfully merging a pull request may close this issue.
With GNU:
Nothing is showed with our implementation
To run it:
fakeroot bash util/run-gnu-test.sh tests/chown/basic.sh
The text was updated successfully, but these errors were encountered: