[Prev: SSMARKUP] | [Next: STDIN] |
N/A
N/A
-stderr
filename
STDERR can be used to have all output that would go standard error to a specified file. Messages that go to standard error are warnings and errors. If the filename specified already exists, any standard error data generated will be appended to filename.
Note, most system shells (Unix) provide the ability to redirect standard error to a file. STDERR is provided where such functionality is not available or easy to achieve.
The default location of standard error, which is normally the terminal.
N/A
None.
2.4.0
[Prev: SSMARKUP] | [Next: STDIN] |