stderr.d 524 B

1234567891011121314151617
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <[email protected]>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: stderr
  4. Arg: <file>
  5. Help: Where to redirect stderr
  6. See-also: verbose silent
  7. Category: verbose
  8. Example: --stderr output.txt $URL
  9. Added: 6.2
  10. ---
  11. Redirect all writes to stderr to the specified file instead. If the file name
  12. is a plain '-', it is instead written to stdout.
  13. This option is global and does not need to be specified for each use of
  14. --next.
  15. If this option is used several times, the last one will be used.