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]
bin/sed
usr/share/info/sed.info
usr/share/locale/af/LC_MESSAGES/sed.mo
usr/share/locale/ca/LC_MESSAGES/sed.mo
usr/share/locale/cs/LC_MESSAGES/sed.mo
usr/share/locale/da/LC_MESSAGES/sed.mo
usr/share/locale/de/LC_MESSAGES/sed.mo
usr/share/locale/el/LC_MESSAGES/sed.mo
usr/share/locale/eo/LC_MESSAGES/sed.mo
usr/share/locale/es/LC_MESSAGES/sed.mo
usr/share/locale/et/LC_MESSAGES/sed.mo
usr/share/locale/eu/LC_MESSAGES/sed.mo
usr/share/locale/fi/LC_MESSAGES/sed.mo
usr/share/locale/fr/LC_MESSAGES/sed.mo
usr/share/locale/ga/LC_MESSAGES/sed.mo
usr/share/locale/gl/LC_MESSAGES/sed.mo
usr/share/locale/he/LC_MESSAGES/sed.mo
usr/share/locale/hr/LC_MESSAGES/sed.mo
usr/share/locale/hu/LC_MESSAGES/sed.mo
usr/share/locale/id/LC_MESSAGES/sed.mo
usr/share/locale/it/LC_MESSAGES/sed.mo
usr/share/locale/ja/LC_MESSAGES/sed.mo
usr/share/locale/ko/LC_MESSAGES/sed.mo
usr/share/locale/nl/LC_MESSAGES/sed.mo
usr/share/locale/pl/LC_MESSAGES/sed.mo
usr/share/locale/pt/LC_MESSAGES/sed.mo
usr/share/locale/pt_BR/LC_MESSAGES/sed.mo
usr/share/locale/ro/LC_MESSAGES/sed.mo
usr/share/locale/ru/LC_MESSAGES/sed.mo
usr/share/locale/sk/LC_MESSAGES/sed.mo
usr/share/locale/sl/LC_MESSAGES/sed.mo
usr/share/locale/sr/LC_MESSAGES/sed.mo
usr/share/locale/sv/LC_MESSAGES/sed.mo
usr/share/locale/tr/LC_MESSAGES/sed.mo
usr/share/locale/uk/LC_MESSAGES/sed.mo
usr/share/locale/vi/LC_MESSAGES/sed.mo
usr/share/locale/zh_CN/LC_MESSAGES/sed.mo
usr/share/locale/zh_TW/LC_MESSAGES/sed.mo
usr/share/man/man1/sed.1
var/adm/dependencies/sed
var/adm/descs/sed
var/adm/flists/sed
var/adm/md5sums/sed
var/adm/packages/sed
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).