posixutils-rs icon indicating copy to clipboard operation
posixutils-rs copied to clipboard

Core POSIX command line utilities in safe Rust

Results 46 posixutils-rs issues
Sort by recently updated
recently updated
newest added

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.

Implement development utilities: - [x] ar - [ ] c99 - [ ] cflow - [ ] ctags - [ ] cxref - [ ] fort77 - [ ] lex...

enhancement

Implement file and text utilities: - [x] csplit - [ ] cut - [ ] grep - [ ] od - [ ] patch - [ ] sort - [...

enhancement

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

enhancement

## 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...

enhancement
i18n

Implement system and process utils: - [ ] fuser - [ ] getconf - [ ] ipcs - [ ] ps - [ ] who

enhancement