mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 04:57:45 +00:00
Merge pull request #1560 from shlomif/fix-grammar
[README] Correct some broken grammar & spelling.
This commit is contained in:
commit
bb01e67521
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue