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.

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

Last updated: