uutils/diffutils

`diff3` command is not implemented

Open

#15 opened on Feb 18, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (32 forks)user submission
good first issue

Repository metrics

Stars
 (260 stars)
PR merge metrics
 (Avg merge 4d 9h) (11 merged PRs in 30d)

Description

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 diff3 utility.

Documentation: https://www.gnu.org/software/diffutils/manual/html_node/Invoking-diff3.html.

Contributor guide