Files
Sylvestre Ledru 0e5a991130 Add new project pages
Add pages for acl, bsdutils, hostname, login, procps, sed, tar,
and util-linux.
2026-04-01 08:29:59 +02:00

26 lines
741 B
Markdown

+++
title = "bsdutils"
template = "project.html"
[extra]
wip = true
+++
uutils bsdutils is a work-in-progress Rust reimplementation of the BSD utilities, a collection of standard Unix tools originating from BSD systems.
> **Note:** This project is still in early development. Many features are not yet implemented.
# Goals
Implement a cross-platform, memory-safe set of BSD utilities compatible with their original command-line interfaces.
# Contributing
To contribute to uutils bsdutils, please see [CONTRIBUTING](https://github.com/uutils/bsdutils/blob/main/CONTRIBUTING.md).
# License
uutils bsdutils is licensed under the MIT License - see the [LICENSE](https://github.com/uutils/bsdutils/blob/main/LICENSE) file for details.