1
0
mirror of https://github.com/uutils/coreutils synced 2024-07-08 19:56:10 +00:00

[README] Revise some suboptimal phrasing.

Also incorporated the change commentary by @Arcterus. ( Thanks! ).
This commit is contained in:
Shlomi Fish 2020-06-28 15:48:43 +03:00
parent 9de82d92b0
commit 3f928a7612

View File

@ -15,18 +15,20 @@ uutils coreutils
-----------------------------------------------
uutils is an attempt at writing universal (as in cross-platform) CLI
utils in [Rust](http://www.rust-lang.org). This repo is to aggregate the GNU
coreutils rewrites.
utilities in [Rust](http://www.rust-lang.org). This repository is intended to
aggregate GNU coreutils rewrites.
Why?
----
Many GNU, Linux and other utils are pretty awesome, and obviously
Many GNU, Linux and other utilities are useful, and obviously
[some](http://gnuwin32.sourceforge.net) [effort](http://unxutils.sourceforge.net)
has been spent in the past to port them to Windows. However, those projects
are either old, abandoned, hosted on CVS, written in platform-specific C, etc.
are either old and abandoned, are hosted on CVS (which makes it more difficult
for new contributors to contribute to them), are written in platform-specific C, or
suffer from other issues.
Rust provides a good, platform-agnostic way of writing systems utils that are easy
Rust provides a good, platform-agnostic way of writing systems utilities that are easy
to compile anywhere, and this is as good a way as any to try and learn it.
Requirements