Accepts bytes from standard input.
load_stdinDescription
Section titled “Description”Accepts bytes from standard input. This is mostly useful when using the
tenzir executable as part of a shell script.
Examples
Section titled “Examples”Pipe text into tenzir
Section titled “Pipe text into tenzir”echo "Hello World" | tenzirload_stdinread_lines{ line: "Hello World",}