We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I would like to stream the output so I can pipe to tar.
e.g. curl -s "url" | tar -xz -C /tmp
curl -s "url" | tar -xz -C /tmp
Could we have an option to stream to stdout like: got -o - | tar -xz -C /tmp
got -o - | tar -xz -C /tmp