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
27 lines
1.1 KiB
Markdown
27 lines
1.1 KiB
Markdown
+++
|
|
|
|
title = "coreutils"
|
|
template = "project.html"
|
|
|
|
+++
|
|
|
|
uutils coreutils is a cross-platform reimplementation of the GNU coreutils in Rust. While all programs have been implemented, some options might be missing or different behavior might be experienced.
|
|
|
|
[](https://github.com/uutils/coreutils-tracking)
|
|
|
|
# Goals
|
|
|
|
This project aims to be a drop-in replacement for the GNU utils. Differences with GNU are treated as bugs.
|
|
|
|
uutils aims to work on as many platforms as possible, to be able to use the same utils on Linux, Mac, Windows and other platforms. This ensures, for example, that scripts can be easily transferred between platforms.
|
|
|
|
# Contributing
|
|
|
|
To contribute to uutils coreutils, please see [CONTRIBUTING](https://github.com/uutils/coreutils/blob/main/CONTRIBUTING.md).
|
|
|
|
# License
|
|
|
|
uutils coreutils is licensed under the MIT License - see the [LICENSE](https://github.com/uutils/coreutils/blob/main/LICENSE) file for details.
|
|
|
|
GNU Coreutils is licensed under the GPL 3.0 or later.
|