Purpose

While pico, vi and emacs are all fine text-editors, there are some tasks for which they are utterly inappropriate. Altering two hundred files, for instance, replacing all instances of a company name with a different company name, would be an onerous task with vi. Bearing in mind that all good Linux administrators are exceedingly lazy, we will explore sed and how it can free us from such repetitive tasks.