diffutils
diffutils copied to clipboard
`cmp` command is not implemented
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.
i have made a separate file cmp.rs
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 https://github.com/uutils/diffutils/pull/88