Shell / Commands

Heredoc

English

Overview

A notation for passing multi-line text as a command's input.

Details

A notation for passing a multi-line string literal as standard input. Everything between "<<EOF" and "EOF" is treated as literal input, used for things like generating a configuration file.

More Linux terms