6.44. Installing Sed

6.44.1. Installation of Sed

Install Sed by running the following commands:


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

6.44.2. Contents

The Sed package contains the sed program.

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