posixutils-rs
posixutils-rs copied to clipboard
Core POSIX command line utilities in safe Rust
Few changes have been done on uuencode.rs The crate that was used i.e "uuencode", it seems that it outputs the permission symbols always as "644", which should be in fact...
Hello @jgarzik This branch, at the moment, contains diff utility, if you are not happy with the implementation and integration tests, please let me know to work on them more....
Lexing and macro table rough draft. Excluding parsing of eval macro.
Hello Jeff. Review, please.
Implement development utilities: - [x] ar - [ ] c99 - [ ] cflow - [ ] ctags - [ ] cxref - [ ] fort77 - [ ] lex...
this is a very early draft
Implement file and text utilities: - [x] csplit - [ ] cut - [ ] grep - [ ] od - [ ] patch - [ ] sort - [...
Implement awk. Specification: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/awk.html Resources: * https://www.raygard.net/awkdoc/ and https://github.com/raygard/wak/ * "one true awk" at https://github.com/onetrueawk/awk * GNU awk at https://savannah.gnu.org/projects/gawk/ * AWK quick reference at https://www.grymoire.com/Unix/AwkRef.html
## Introduction Soliciting discussion over the localization (i18n) strategy for this project. ## Goals ### Goal 1: Localize everything The goal is complete localization of all messages visible to the...
Implement system and process utils: - [ ] fuser - [ ] getconf - [ ] ipcs - [ ] ps - [ ] who