:: Duplicate all output (everything written to *stdout* and *stderr*) to the
:: specified file, which will be opened in append mode, or file descriptor if
:: prefixed with a plus sign (`+`). In such a case, it must be a valid file
:: descriptor opened for writing.
:: To use a file whose name begins with a plus sign, simply use 2 plus signs at
:: the beginning.