1SZIP(1) User Commands SZIP(1)
2
3
4
6 szip - manual page for szip 1.0.0
7
9 szip 1.0.0 Andrew Gallant <jamslam@gmail.com>
10
11 szip compresses and decompresses data in the Snappy format.
12
13 szip works similarly to gzip. It takes files as parameters, compresses
14 them to a new file with a .sz extension, and removes the original. File
15 access and modification times are preserved.
16
17 Alternatively, data can be sent on stdin and its compressed form will
18 be sent to stdout.
19
20 The -d (short for --decompress) flag changes the mode from compression
21 to decompression.
22
23 The --raw flag can be used for compressing/decompressing the raw Snappy
24 format. Note that this requires reading the entire input/output into
25 memory. In general, you shouldn't use this flag unless you have a spe‐
26 cific need to.
27
28 USAGE:
29 szip [FLAGS] [paths]
30
31 FLAGS:
32 -d, --decompress
33 Decompress data (default is compression).
34
35 -f, --force
36 Force (de)compression even if the corresponding output file al‐
37 ready exists.
38
39 -h, --help
40 Prints help information
41
42 -k, --keep
43 Keep (don't delete) input files during (de)compression.
44
45 -r, --raw
46 Use the "raw" Snappy format (no framing).
47
48 -V, --version
49 Prints version information
50
51 ARGS:
52 <paths>
53 A list of file paths to compress (or decompress).
54
55
56
57szip 1.0.0 December 2023 SZIP(1)