posixutils-rs
posixutils-rs copied to clipboard
Core POSIX command line utilities in safe Rust
Implement pax: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/pax.html
User-facing apps category: - [ ] bc - [ ] mailx - [ ] man - [ ] talk
Implement i18n, charset, locale utils: - [ ] gencat - [ ] iconv - [ ] locale - [ ] localedef
Implement UUCP related utilities: - [ ] uucp. Spec: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/uucp.html - [ ] uustat. Spec: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/uustat.html - [ ] uux. Spec: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/uux.html Resources: - Taylor UUCP package: https://github.com/quinot/taylor-uucp
Implement cron and batch-related utilities: - [ ] cron daemon. While not specified, its need is implied and worth building. - [ ] at - [ ] batch - [...
Implement SCCS utilities: - [ ] admin - [ ] delta - [ ] get - [ ] prs - [ ] rmdel - [ ] sact - [ ]...
the tests file contain *.cat file (which are the binary catalog file generated by gencat tool available in respective platform i.e OSX and the one that uses GNU) So we...