Introduction
Here strings let you send a small piece of text as input to a command easily, without creating a file.
You want to quickly provide input to a command that reads from standard input.
You need to test a command with a short string without typing it interactively.
You want to avoid creating temporary files for simple input data.
You want to pass a variable's content as input to a command.
You want to simplify scripts by embedding input directly.