Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.35 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.35 KB

coreutils-rs

This project attempts to clone the utilities in the GNU Coreutils.

The motivation for this project is very simply for learning rust. The coreutils are relatively simple tools, but sophisticated enough that they present some interesting programming challenges.

If you're familiar with Unix-like systems, then implementing the coreutils seems like a great way to learn a new systems language.

License

coreutils-rs is a rust implementation of GNU coreutils. Copyright (C) 2019 Josaphat Valdivia

coreutils-rs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

coreutils-rs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with coreutils-rs. If not, see https://www.gnu.org/licenses/.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be licensed as above, without any additional terms or conditions.