6.45. Installing Sed

6.45.1. Installation of Sed

Install Sed by running the following commands:


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

6.45.2. Contents

The Sed package contains the sed program.

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