Search notes:

data buffers

sed: cycles and data buffers
sed maintains two data buffers: the pattern space and the hold space.
Execution of a sed program
Some commands (or at least one command: D) might start a new cycle without reading a line from STDIN.

Pattern space

Hold space


Index