logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

zarchive — create and read zstd-compressed file archives

Authors

       The ZArchive format, library and tool were written by Exzap.  The zarchive manual  page  was  written  by
       Andrea Pappacoda <tachi@debian.org>.

Debian                                             2022-08-30                                        ZARCHIVE(1)

Description

zarchive allows you to create and read file archives in the ZArchive format (.zar).

       ZArchive  is  yet  another  file  archive format. Think of zip, tar, 7z, etc. but with the requirement of
       allowing random-access reads and supporting compression.

Examples

       $ zarchive src
       Outputting to: src.zar
       Adding main.cpp
       Adding zarchivereader.cpp
       Adding zarchivewriter.cpp
       Adding sha_256.c
       Adding sha_256.h

Exit Status

       The zarchive utility exits 0 on success, and >0 if an error occurs.

Name

       zarchive — create and read zstd-compressed file archives

See Also

zstd(1)

Synopsis

zarchiveinput_path [output_path]

See Also