22 lines
422 B
Markdown
Raw Normal View History

2024-05-15 15:20:32 -04:00
---
2023-12-11 20:30:44 -05:00
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: stderr
Arg: <file>
Help: Where to redirect stderr
Category: verbose
Added: 6.2
Multi: single
Scope: global
2024-05-15 15:20:32 -04:00
See-also:
- verbose
- silent
Example:
- --stderr output.txt $URL
2023-12-11 20:30:44 -05:00
---
2024-05-15 15:20:32 -04:00
# `--stderr`
Redirect all writes to stderr to the specified file instead. If the filename
2023-12-11 20:30:44 -05:00
is a plain '-', it is instead written to stdout.