Skip to content
New issue

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 command is not implemented #14

Closed
oSoMoN opened this issue Feb 18, 2024 · 4 comments · Fixed by #88
Closed

cmp command is not implemented #14

oSoMoN opened this issue Feb 18, 2024 · 4 comments · Fixed by #88
Labels
good first issue Good for newcomers

Comments

@oSoMoN
Copy link
Collaborator

oSoMoN commented Feb 18, 2024

Currently uutils' diffutils only implements the diff executable.

But GNU's diffutils also provide cmp, diff3 and 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.

@sylvestre sylvestre added the good first issue Good for newcomers label Mar 26, 2024
@keys-i
Copy link

keys-i commented Jun 29, 2024

i have made a separate file cmp.rs

@keys-i
Copy link

keys-i commented Jun 29, 2024

and implemented a basic cmp with no fuzzing yet

@keys-i
Copy link

keys-i commented Jun 29, 2024

for cmp testing would be have some dummy files?

@kov
Copy link

kov commented Sep 25, 2024

I've submitted an implementation of cmp here #88

@cakebaker cakebaker linked a pull request Sep 26, 2024 that will close this issue
oSoMoN added a commit that referenced this issue Oct 1, 2024
Add cmp utility (fixes #14)
@oSoMoN oSoMoN closed this as completed in #88 Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants