Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lunacookies/attoutils

A Rust reimplementation of some *nix utils for educational purposes
https://github.com/lunacookies/attoutils

Last synced: 16 days ago
JSON representation

A Rust reimplementation of some *nix utils for educational purposes

Awesome Lists containing this project

README

        

# attoutils

A reimplementation of a few basic \*nix utilities (inspired by Plan 9) in Rust for learning purposes. So far this repo includes:

- `cat`
- `column`
- `ls`
- `sort`
- `walk`

Also included is `trs`, a handy utility for trashing files.