Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kaliv0/unoxide

Commonly used Unix commands implemented in Rust
https://github.com/kaliv0/unoxide

Last synced: 10 days ago
JSON representation

Commonly used Unix commands implemented in Rust

Awesome Lists containing this project

README

        

# Commonly used Unix commands implemented in Rust

[![tests](https://github.com/kaliv0/unoxide/actions/workflows/test.yml/badge.svg)](https://github.com/kaliv0/unoxide/actions/workflows/test.yml)

Currently supports:

- echo
- cat
- head
- tail
- ls
- wc
- cut
- find
- grep
- uniq
- comm