Skip to content

kshedden/sztool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

sztool is a simple command-line tool for working with snappy compressed files, similar to the gzip command for gzipped files.

The basic usage for compression is:

sztool -c in out

The basic usage for decompression is:

sztool -d in out

In both cases, in and out are input and output files. These files can be specified as "-" to use stdin or stdout.

The out parameter can be omitted. For compression(-c), out defaults to in.sz, where in is the input file. For decompression (-d), out defaults to stdout.

About

Command line tool for Snappy compressed files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages