Skip to content

save_stdout

Writes a byte stream to standard output.

save_stdout

Writes a byte stream to standard output. This is mostly useful when using the tenzir executable as part of a shell script.

from {x: "Hello World"}
write_tql compact=true, color=true
save_stdout
{x: "Hello World"}

load_stdin, save_file