You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
013abd0725
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
17 lines
513 B
Markdown
17 lines
513 B
Markdown
+++
|
|
|
|
title = "diffutils"
|
|
template = "project.html"
|
|
|
|
+++
|
|
|
|
Rust implementation of GNU diffutils: `diff`, `cmp`, `diff3` and `sdiff`.
|
|
|
|
This project aims to be a drop-in replacement of the original commands.
|
|
|
|
# License
|
|
|
|
uutils diffutils is licensed under the MIT or Apache License - see the [LICENSE-MIT](https://github.com/uutils/diffutils/blob/main/LICENSE-MIT) and [LICENSE-APACHE](https://github.com/uutils/diffutils/blob/main/LICENSE-MIT) file for details.
|
|
|
|
GNU diffutils is licensed under the GPL 3.0 or later.
|