# Uutils - GNU Coreutils를 Rust로 재작성

> Clean Markdown view of GeekNews topic #5499. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=5499](https://news.hada.io/topic?id=5499)
- GeekNews Markdown: [https://news.hada.io/topic/5499.md](https://news.hada.io/topic/5499.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-12-07T09:57:01+09:00
- Updated: 2021-12-07T09:57:01+09:00
- Original source: [github.com](https://github.com/uutils/coreutils)
- Points: 9
- Comments: 2

## Topic Body

- GNU Coreutils가 C로 작성되어 이식성이 떨어지므로, Rust로 재작성해서 유니버설(크로스플랫폼) 및 더 안전한 CLI 모음을 만들려는 오픈소스 프로젝트

ㅤ→ 리눅스(ARM,PowerPC,Risc-V,X86), 윈도우, 맥, BSD, 안드로이드 등

- Cargo 또는 GNU Make로 빌드 가능

## Comments



### Comment 7802

- Author: xguru
- Created: 2021-12-07T09:57:09+09:00
- Points: 2

이와 비슷하게 Rust 로 coreutil CLI를 하나하나 만들어가며 배우는 책도 있습니다.

Rust From the Ground Up - Real World CLI Programming in Rust

https://rftgu.rs/

아직 얼리억세스 상태이고 20% 완성

### Comment 7804

- Author: coma333
- Created: 2021-12-07T10:27:47+09:00
- Points: 1
- Parent comment: 7802
- Depth: 1

좋은정보 감사합니다. 요즘 러스트에 관심이 생겨서 지켜보는 중이였는데 기본 문법좀 공부하고 이 책으로 CLI 만들어봐야 겠네요
