1
0
mirror of https://github.com/uutils/coreutils synced 2024-07-05 17:08:59 +00:00
This commit is contained in:
Arcterus 2014-02-18 17:52:47 -08:00
parent af87603304
commit d0154987e4

View File

@ -8,12 +8,12 @@ coreutils rewrites.
Why?
----
Many GNU, linux and other utils are pretty awesome, and obviously
Many GNU, Linux and other utils are pretty awesome, 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
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.
Rust provides a good platform-agnostic way of writing systems utils that are easy
Rust provides a good, platform-agnostic way of writing systems utils that are easy
to compile anywhere, and this is as good a way as any to try and learn it.
Build Instructions