Skip to content
Legacy docs for Tenzir v5.x. For the latest Tenzir v6 series, visit docs.tenzir.com. Migrating from v5? Read the Tenzir v6 migration guide.

Accepts bytes from standard input.

load_stdin

Accepts bytes from standard input. This is mostly useful when using the tenzir executable as part of a shell script.

Terminal window
echo "Hello World" | tenzir
load_stdin
read_lines
{
line: "Hello World",
}

Last updated: