diffutils icon indicating copy to clipboard operation
diffutils copied to clipboard

`cmp` command is not implemented

Open oSoMoN opened this issue 1 year ago • 3 comments

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.

oSoMoN avatar Feb 18 '24 21:02 oSoMoN

i have made a separate file cmp.rs

keys-i avatar Jun 29 '24 08:06 keys-i

and implemented a basic cmp with no fuzzing yet

keys-i avatar Jun 29 '24 08:06 keys-i

for cmp testing would be have some dummy files?

keys-i avatar Jun 29 '24 08:06 keys-i

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

kov avatar Sep 25 '24 20:09 kov