2022-01-20 20:02:44 +00:00
|
|
|
# uutils Coreutils Documentation
|
|
|
|
|
|
|
|
uutils is an attempt at writing universal (as in cross-platform) CLI
|
|
|
|
utilities in [Rust](https://www.rust-lang.org). It is available for
|
|
|
|
Linux, Windows, Mac and other platforms.
|
|
|
|
|
|
|
|
The API reference for `uucore`, the library of functions shared between
|
2022-05-05 11:55:38 +00:00
|
|
|
various utils, is hosted at
|
2022-01-22 10:51:41 +00:00
|
|
|
[docs.rs](https://docs.rs/uucore/latest/uucore/).
|
2022-01-20 20:02:44 +00:00
|
|
|
|
2022-01-22 10:51:41 +00:00
|
|
|
uutils is licensed under the [MIT License](https://github.com/uutils/coreutils/blob/main/LICENSE).
|
2022-01-20 20:02:44 +00:00
|
|
|
|
|
|
|
## Useful links
|
|
|
|
* [Releases](https://github.com/uutils/coreutils/releases)
|
|
|
|
* [Source Code](https://github.com/uutils/coreutils)
|
|
|
|
* [Issues](https://github.com/uutils/coreutils/issues)
|
|
|
|
* [Discord](https://discord.gg/wQVJbvJ)
|
|
|
|
|
|
|
|
> Note: This manual is automatically generated from the source code and is
|
2022-05-05 11:55:38 +00:00
|
|
|
> a work in progress.
|