Difference between revisions of "Shore compress"
From SHORE wiki
(Created page with ''''shore compress''' compresses files to SHORE's indexed gzip format. The file format is fully compatible with gzip, but contains additional indexing information that is required…') |
|||
Line 1: | Line 1: | ||
'''shore compress''' | '''shore compress''' | ||
compresses files to SHORE's indexed gzip format. The file format is fully compatible with gzip, but contains additional | compresses files to SHORE's indexed gzip format. The file format is fully compatible with gzip, but contains additional | ||
− | indexing information that is required for SHORE to perform random access on | + | indexing information that is required for SHORE to perform random access on its files. |
+ | ==Command line options== | ||
'''Usage:''' shore compress [OPTIONS] FILES | '''Usage:''' shore compress [OPTIONS] FILES |
Latest revision as of 09:54, 28 September 2011
shore compress compresses files to SHORE's indexed gzip format. The file format is fully compatible with gzip, but contains additional indexing information that is required for SHORE to perform random access on its files.
Command line options
Usage: shore compress [OPTIONS] FILES
Allowed options | ||
--outfile=<arg> | Write to the file <arg> instead of <infile>.gz | |
--replace | Remove original files after compression. If the input file is already compressed it will be recompressed and replaced | |
--tail=<arg> | Instead of compressing files, dump the last <arg> bytes of a seekable file | |
--dumpgzx | Print out the index for each file |