Installing Sed

Installation of Sed

Install Sed by running the following commands:


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

Contents

The Sed package contains the sed program.

Description

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).