Redirect standard and error output from a command to a file

Some description

https://www.brianstorti.com/understanding-shell-script-idiom-redirect/

$CMD > $FILENAME 2>&1
Copied!

Use your own input

If you have values you'd like to use instead of the provided variables, type or paste your data into the variable inputs below. If Javascript is enabled, your text will automatically be added to the command and you can click to copy.