Actions
Feature #3690
openndncatchunks: add option to write received data to a file
Status:
New
Priority:
Normal
Assignee:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Equivalent to wget -O <file>
and curl -o <file>
.
If the output file already exists, it shall be immediately truncated. If the output file is "-" (a single dash), the data shall be written to stdout (the current and default behavior).
I suggest --output
or --output-file
as long option, and -o
or -O
as short option.
No data to display
Actions