Skip to content

load_stdin

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",
}

save_stdout, load_file