You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/09/05 04:43:19 UTC

[GitHub] [incubator-druid] clintropolis commented on issue #8442: Website Doc: fix bash command

clintropolis commented on issue #8442: Website Doc: fix bash command
URL: https://github.com/apache/incubator-druid/pull/8442#issuecomment-528194449
 
 
   Is this change to handle older versions of gzip I guess, that don't support `-k`? The change is effectively the same since it doesn't remove the input file, but does requires piping the output which is a bit uglier.
   
   ```
          -c --stdout --to-stdout
                 Write output on standard output; keep original files unchanged.  If there are several input files, the  output  consists
                 of a sequence of independently compressed members. To obtain better compression, concatenate all input files before com‐
                 pressing them.
   ```
   
   ```
          -k --keep
                 Keep (don't delete) input files during compression or decompression.
   ``` 
   
   It appears like the `-k` option was added to gzip in version 1.6.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org