uutils / diffutils

Drop-in replacement of diffutils in Rust
Apache License 2.0
65 stars 8 forks source link

`cmp` command is not implemented #14

Closed oSoMoN closed 1 month ago

oSoMoN commented 8 months ago

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.

keys-i commented 4 months ago

i have made a separate file cmp.rs

keys-i commented 4 months ago

and implemented a basic cmp with no fuzzing yet

keys-i commented 4 months ago

for cmp testing would be have some dummy files?

kov commented 1 month ago

I've submitted an implementation of cmp here https://github.com/uutils/diffutils/pull/88