https://github.com/kaliv0/unoxide
Commonly used Unix commands implemented in Rust
https://github.com/kaliv0/unoxide
Last synced: about 1 month ago
JSON representation
Commonly used Unix commands implemented in Rust
- Host: GitHub
- URL: https://github.com/kaliv0/unoxide
- Owner: kaliv0
- License: mit
- Created: 2024-06-08T13:54:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-14T16:16:20.000Z (10 months ago)
- Last Synced: 2025-02-17T14:49:38.009Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Commonly used Unix commands implemented in Rust
[](https://github.com/kaliv0/unoxide/actions/workflows/test.yml)
Currently supports:
- echo
- cat
- head
- tail
- ls
- wc
- cut
- find
- grep
- uniq
- comm