Skip to content

Instantly share code, notes, and snippets.

Sed CIL Linux

sed stands for Stream Editor.
It is a powerful command-line tool on Linux and macOS. It's main job is to find and change text inside files.

Basic Syntax

sed [OPTIONS] 'SCRIPT' [INPUT_FILE...]
  • OPTIONS: Settings that change how sed works.