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

1.0 KiB

+++

title = "sed" template = "project.html"

[extra] wip = true

+++

uutils sed is a work-in-progress Rust reimplementation of GNU sed, the stream editor for filtering and transforming text.

This project aims to be a drop-in replacement for GNU sed, supporting the full range of sed scripts and command-line options.

GNU test results

Note: This project is still in early development. Many features are not yet implemented and behavior may differ from GNU sed.

Goals

Implement a cross-platform, memory-safe sed that is compatible with GNU sed scripts and command-line interface.

Contributing

To contribute to uutils sed, please see CONTRIBUTING.

License

uutils sed is licensed under the MIT License - see the LICENSE file for details.

GNU sed is licensed under the GPL 3.0 or later.