Re: Issues with output
Daniel Stenberg via curl-users <[email protected]>
| Newsgroups | gmane.comp.web.curl.general |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 12 Jun 2023, TD wrote: > The config file has an output file specified as part of the config file Not in the command line you showed us. That one uses shell stdout redirection which then gets complicated when you also send -w output to stdout. > I use the -o option on the command line set with a variable (-o $site.out), > and then redirect the stdout to a second file for the stats. You need to provide one -o for each transfer. Presumably you want them all downloaded into separate files. -- / daniel.haxx.se | Commercial curl support up to 24x7 is available! | Private help, bug fixes, support, ports, new features | https://curl.se/support.html -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users Etiquette: https://curl.se/mail/etiquette.html