output

Usage

.output [filename]

Description

The output command redirects the output commands to the system clipboard or a file. If no option is provided, the output is redirected to stdout (console).

Examples

Redirect the output of commands to the system clipboard:

.output clipboard

Redirect the output of commands to a file named output.txt:

.output output.txt

Redirect the output of commands to stdout (console):

.output