sed: This is the GNU implementation of the POSIX stream editor1

The sed (Stream EDitor) editor is a stream or batch (non-interactive) editor. Sed takes text as input, performs an operation or set of operations on the text and outputs the modified text. The operations that sed performs (substitutions, deletions, insertions, etc.) can be specified in a script file or from the command line.

... part of T2, get it here

Author: Jay Fenlason <hack [at] gnu [dot] org> {Original Author}
Author: Tom Lord <lord [at] gnu [dot] org> {Maintainer in the middle}
Author: Ken Pizzini <ken [at] gnu [dot] org> {Current Maintainer}
Maintainer: Rene Rebe <rene [at] t2-project [dot] org>

License: GPL
Status: Stable
Version: 4.9

Remark: Does cross compile (as setup and patched in T2).
Remark: Dietlibc compatible.

Download: http://ftp.gnu.org/pub/gnu/sed/ sed-4.9.tar.xz

T2 source: compile.patch.dietlibc
T2 source: no-in-place-wo-file.patch
T2 source: sed.cache
T2 source: sed.desc
T2 source: sed.prof

Build time (on reference hardware): 8% (relative to binutils)2

Installed size (on reference hardware): 0.89 MB, 48 files

Dependencies (build time detected): 00-dirtree acl bash binutils coreutils diffutils findutils gawk grep gzip linux-header make patch perl tar xz

Installed files (on reference hardware): [show]

1) This page was automatically generated from the T2 package source. Corrections, such as dead links, URL changes or typos need to be performed directly on that source.

2) Compatible with Linux From Scratch's "Standard Build Unit" (SBU).