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

Fix typo in README

This commit is contained in:
Arcterus 2014-02-05 21:18:03 -08:00
parent 2e44b5b7ee
commit bdb01f172c

View File

@ -11,7 +11,7 @@ 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) [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, abandonned, hosted on CVS, written in platform-specific C, etc. 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. to compile anywhere, and this is as good a way as any to try and learn it.
@ -155,6 +155,7 @@ To do
- timeout - timeout
- touch - touch
- tr - tr
- truncate
- tsort - tsort
- uname-arch - uname-arch
- uname-uname - uname-uname