uutils/diffutils

`sdiff` command is not implemented

Open

#16 geöffnet am 18. Feb. 2024

Auf GitHub ansehen
 (6 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (32 Forks)user submission
good first issue

Repository-Metriken

Stars
 (260 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 18T 11h) (16 gemergte PRs in 30 T)

Beschreibung

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

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

Contributor Guide