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
cmp
Currently uutils' diffutils only implements the diff executable.
diff
But GNU's diffutils also provide cmp, diff3 and sdiff.
diff3
sdiff
This issue is a tracker for the implementation of the cmp utility.
Documentation: https://www.gnu.org/software/diffutils/manual/html_node/Invoking-cmp.html.
The text was updated successfully, but these errors were encountered:
i have made a separate file cmp.rs
Sorry, something went wrong.
and implemented a basic cmp with no fuzzing yet
for cmp testing would be have some dummy files?
I've submitted an implementation of cmp here #88
Merge pull request #88 from kov/cmp
763074a
Add cmp utility (fixes #14)
Successfully merging a pull request may close this issue.
Currently uutils' diffutils only implements the
diff
executable.But GNU's diffutils also provide
cmp
,diff3
andsdiff
.This issue is a tracker for the implementation of the
cmp
utility.Documentation: https://www.gnu.org/software/diffutils/manual/html_node/Invoking-cmp.html.
The text was updated successfully, but these errors were encountered: