Greater than

Redirect output to a file. More information: https://gnu.org/software/bash/manual/bash.html#Redirecting-Output.

{{command}} > {{path/to/file}}

{{command}} >> {{path/to/file}}

{{command}} &> {{path/to/file}}

{{command}} &> /dev/null

> {{path/to/file}}