You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
0e5a991130
Add pages for acl, bsdutils, hostname, login, procps, sed, tar, and util-linux.
1.0 KiB
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.
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.