Skip to content

xpxu/lz4-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lz4 container

overview

This tool will use lz4 to compress/decompress files.

how to run

Usage:

  lz4 [options] [file]

Examples:

  lz4 -c dir_name.lz4r dir_name  
  lz4 -x dir_name.lz4r          
  lz4 -c file_name.lz4r file_name
  lz4 -x file_name.lz4r

Options:

Options:
  -h, --help            show this help message and exit
  -c CREATEFILE, --createfile=CREATEFILE
                        create a new archive
  -x EXTRACTFILE, --extractfile=EXTRACTFILE
                        extract files from an archive

test

  make test

About

simple tool to use lz4 to compress/decompress files or directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published