curl -o - https://s3.amazonaws.com/dl4j-distribution/GoogleNews-vectors-negative300.bin.gz | gunzip > ./GoogleNews-vectors-negative300.bin
Explicação:
- representa a saída padrão. A saída padrão é redirecionada por canalização com | .
De homem curl :
Specifying the output as '-' (a single dash) will force the output to be done to stdout.