Installing Sed-3.02

Estimated build time:           1 minute
Estimated required disk space:  2 MB

Installation of Sed

Install Sed by running the following commands:

./configure --prefix=/usr --bindir=/bin &&
make &&
make install

Contents of sed-3.02

Descriptions

sed

sed is a stream editor. A stream editor is used to perform basic text transformations on an input stream (a file or input from a pipeline).

Dependencies

Sed-3.02 needs the following to be installed:


bash: sh
binutils: ar, as, ld
diffutils: cmp
fileutils: chmod, cp, ls, mv, rm
gcc: cc
grep: egrep, grep
make: make
sed: sed
sh-utils: basename, expr, sleep
textutils: cat, tr